#AE8906

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

Shades of Dark Goldenrod #AE8906

Tints of Dark Goldenrod #AE8906

Color information

#AE8906 (or 0xAE8906) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 89 and 06. RGB value is (174,137,6). Sum of RGB (Red+Green+Blue) = 174+137+6=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8906 is #5176F9. Grayscale: #858585. Windows color (decimal): -5338874 or 428462. OLE color: 428462.

HSL color Cylindrical-coordinate representation of color #AE8906: hue angle of 46.79º degrees, saturation: 0.93, 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 #AE8906 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1741376-
CMYK00.210.970.32
HSL46.79º93.33%35.29%-
HSV(B)46.79º96.55%68.24%-
XYZ26.4326.93.97-
YUV133.1356.26157.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 6 (2.73% from 255) = 1.89%
R=54.89%
G=43.22%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174137600.210.970.3246.7993.3335.29
HexAE89601561202f5d23
Octal2562116025141405713543
Binary101011101000100111001010111000011000001011111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8906; }

 p { color: rgb(174,137,6); }

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

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

 a { background-color: rgb(174,137,6); }

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

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

 span { border-color: rgb(174,137,6); }

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