#AE8C07

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

Shades of Dark Goldenrod #AE8C07

Tints of Dark Goldenrod #AE8C07

Color information

#AE8C07 (or 0xAE8C07) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 8C and 07. RGB value is (174,140,7). Sum of RGB (Red+Green+Blue) = 174+140+7=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8C07 is #5173F8. Grayscale: #878787. Windows color (decimal): -5338105 or 494766. OLE color: 494766.

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

Color convert

RGB1741407-
CMYK00.200.960.32
HSL47.78º92.27%35.49%-
HSV(B)47.78º95.98%68.24%-
XYZ26.8727.774.14-
YUV13555.76155.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 140 (55.08% from 255) = 43.61%
BLUE value IS 7 (3.12% from 255) = 2.18%
R=54.21%
G=43.61%
B=2.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174140700.200.960.3247.7892.2735.49
HexAE8C70146020305c23
Octal2562147024140406013443
Binary101011101000110011101010011000001000001100001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8C07; }

 p { color: rgb(174,140,7); }

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

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

 a { background-color: rgb(174,140,7); }

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

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

 span { border-color: rgb(174,140,7); }

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