#AE8E01

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

Shades of Dark Goldenrod #AE8E01

Tints of Dark Goldenrod #AE8E01

Color information

#AE8E01 (or 0xAE8E01) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 8E and 01. RGB value is (174,142,1). Sum of RGB (Red+Green+Blue) = 174+142+1=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8E01 is #5171FE. Grayscale: #888888. Windows color (decimal): -5337599 or 102062. OLE color: 102062.

HSL color Cylindrical-coordinate representation of color #AE8E01: hue angle of 48.9º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE8E01 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB1741421-
CMYK00.180.990.32
HSL48.9º98.86%34.31%-
HSV(B)48.9º99.43%68.24%-
XYZ27.1328.354.07-
YUV135.4952.1155.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 142 (55.86% from 255) = 44.79%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=54.89%
G=44.79%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174142100.180.990.3248.998.8634.31
HexAE8E10126320316322
Octal2562161022143406114342
Binary1010111010001110101001011000111000001100011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E01; }

 p { color: rgb(174,142,1); }

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

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

 a { background-color: rgb(174,142,1); }

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

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

 span { border-color: rgb(174,142,1); }

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