#AE7E17

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

Shades of Dark Goldenrod #AE7E17

Tints of Dark Goldenrod #AE7E17

Color information

#AE7E17 (or 0xAE7E17) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 7E and 17. RGB value is (174,126,23). Sum of RGB (Red+Green+Blue) = 174+126+23=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7E17 is #5181E8. Grayscale: #818181. Windows color (decimal): -5341673 or 1539758. OLE color: 1539758.

HSL color Cylindrical-coordinate representation of color #AE7E17: hue angle of 40.93º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE7E17 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB17412623-
CMYK00.280.870.32
HSL40.93º76.65%38.63%-
HSV(B)40.93º86.78%68.24%-
XYZ25.0723.984.12-
YUV128.6168.4160.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 23 (9.38% from 255) = 7.12%
R=53.87%
G=39.01%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741262300.280.870.3240.9376.6538.63
HexAE7E1701C5720294d27
Octal25617627034127405111547
Binary1010111011111101011101110010101111000001010011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E17; }

 p { color: rgb(174,126,23); }

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

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

 a { background-color: rgb(174,126,23); }

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

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

 span { border-color: rgb(174,126,23); }

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