#AE8419

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

Shades of Dark Goldenrod #AE8419

Tints of Dark Goldenrod #AE8419

Color information

#AE8419 (or 0xAE8419) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 84 and 19. RGB value is (174,132,25). Sum of RGB (Red+Green+Blue) = 174+132+25=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8419 is #517BE6. Grayscale: #848484. Windows color (decimal): -5340135 or 1672366. OLE color: 1672366.

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

Color convert

RGB17413225-
CMYK00.240.860.32
HSL43.09º74.87%39.02%-
HSV(B)43.09º85.63%68.24%-
XYZ25.8825.574.49-
YUV132.3667.41157.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 25 (10.16% from 255) = 7.55%
R=52.57%
G=39.88%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741322500.240.860.3243.0974.8739.02
HexAE841901856202b4b27
Octal25620431030126405311347
Binary10101110100001001100101100010101101000001010111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8419; }

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

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

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

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

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

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

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

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