#AE8305

Color #AE8305 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AE8305

Tints of Dark Goldenrod #AE8305

Color information

#AE8305 (or 0xAE8305) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 83 and 05. RGB value is (174,131,5). Sum of RGB (Red+Green+Blue) = 174+131+5=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8305 is #517CFA. Grayscale: #828282. Windows color (decimal): -5340411 or 361390. OLE color: 361390.

HSL color Cylindrical-coordinate representation of color #AE8305: hue angle of 44.73º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE8305 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1741315-
CMYK00.250.970.32
HSL44.73º94.41%35.1%-
HSV(B)44.73º97.13%68.24%-
XYZ25.625.243.67-
YUV129.4957.75159.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 56.13%
GREEN value IS 131 (51.56% from 255) = 42.26%
BLUE value IS 5 (2.34% from 255) = 1.61%
R=56.13%
G=42.26%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174131500.250.970.3244.7394.4135.1
HexAE83501961202d5e23
Octal2562035031141405513643
Binary101011101000001110101100111000011000001011011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8305; }

 p { color: rgb(174,131,5); }

 H1.HeaderClassName
 {
   color: #AE8305;
 }
 .AnyTagClassName
 {
   color: #AE8305;
 }
</style>
background-color css

<style>
 a { background-color: #AE8305; }

 a { background-color: rgb(174,131,5); }

 div.DivClassName
 {
   background-color: #AE8305;
 }
 .BgClassName
 {
   background-color: #AE8305;
 }
</style>
border-color css

<style>
 span { border-color: #AE8305; }

 span { border-color: rgb(174,131,5); }

 td.TdClassName
 {
   border-color: #AE8305;
 }
 .TagClassName
 {
   border-color: #AE8305;
 }
</style>