#AE7A17

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

Shades of Dark Goldenrod #AE7A17

Tints of Dark Goldenrod #AE7A17

Color information

#AE7A17 (or 0xAE7A17) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 7A and 17. RGB value is (174,122,23). Sum of RGB (Red+Green+Blue) = 174+122+23=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7A17 is #5185E8. Grayscale: #7E7E7E. Windows color (decimal): -5342697 or 1538734. OLE color: 1538734.

HSL color Cylindrical-coordinate representation of color #AE7A17: hue angle of 39.34º 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 #AE7A17 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB17412223-
CMYK00.300.870.32
HSL39.34º76.65%38.63%-
HSV(B)39.34º86.78%68.24%-
XYZ24.5722.983.95-
YUV126.2669.73162.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.55%
GREEN value IS 122 (48.05% from 255) = 38.24%
BLUE value IS 23 (9.38% from 255) = 7.21%
R=54.55%
G=38.24%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741222300.300.870.3239.3476.6538.63
HexAE7A1701E5720274d27
Octal25617227036127404711547
Binary1010111011110101011101111010101111000001001111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A17; }

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

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

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

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

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

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

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

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