#AE8B04

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

Shades of Dark Goldenrod #AE8B04

Tints of Dark Goldenrod #AE8B04

Color information

#AE8B04 (or 0xAE8B04) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 8B and 04. RGB value is (174,139,4). Sum of RGB (Red+Green+Blue) = 174+139+4=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8B04 is #5174FB. Grayscale: #868686. Windows color (decimal): -5338364 or 297902. OLE color: 297902.

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

Color convert

RGB1741394-
CMYK00.200.980.32
HSL47.65º95.51%34.9%-
HSV(B)47.65º97.7%68.24%-
XYZ26.7127.474.01-
YUV134.0754.6156.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 4 (1.95% from 255) = 1.26%
R=54.89%
G=43.85%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174139400.200.980.3247.6595.5134.9
HexAE8B40146220306023
Octal2562134024142406014043
Binary101011101000101110001010011000101000001100001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8B04; }

 p { color: rgb(174,139,4); }

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

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

 a { background-color: rgb(174,139,4); }

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

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

 span { border-color: rgb(174,139,4); }

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