#AE8219

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

Shades of Dark Goldenrod #AE8219

Tints of Dark Goldenrod #AE8219

Color information

#AE8219 (or 0xAE8219) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 82 and 19. RGB value is (174,130,25). Sum of RGB (Red+Green+Blue) = 174+130+25=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8219 is #517DE6. Grayscale: #838383. Windows color (decimal): -5340647 or 1671854. OLE color: 1671854.

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

Color convert

RGB17413025-
CMYK00.250.860.32
HSL42.28º74.87%39.02%-
HSV(B)42.28º85.63%68.24%-
XYZ25.6125.034.4-
YUV131.1968.08158.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 25 (10.16% from 255) = 7.60%
R=52.89%
G=39.51%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741302500.250.860.3242.2874.8739.02
HexAE821901956202a4b27
Octal25620231031126405211347
Binary10101110100000101100101100110101101000001010101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8219; }

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

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

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

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

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

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

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

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