#AE7E19

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

Shades of Dark Goldenrod #AE7E19

Tints of Dark Goldenrod #AE7E19

Color information

#AE7E19 (or 0xAE7E19) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 7E and 19. RGB value is (174,126,25). Sum of RGB (Red+Green+Blue) = 174+126+25=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7E19 is #5181E6. Grayscale: #818181. Windows color (decimal): -5341671 or 1670830. OLE color: 1670830.

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

Color convert

RGB17412625-
CMYK00.280.860.32
HSL40.67º74.87%39.02%-
HSV(B)40.67º85.63%68.24%-
XYZ25.0923.994.23-
YUV128.8469.4160.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 126 (49.61% from 255) = 38.77%
BLUE value IS 25 (10.16% from 255) = 7.69%
R=53.54%
G=38.77%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741262500.280.860.3240.6774.8739.02
HexAE7E1901C5620294b27
Octal25617631034126405111347
Binary1010111011111101100101110010101101000001010011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E19; }

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

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

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

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

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

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

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

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