#AE8319

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

Shades of Dark Goldenrod #AE8319

Tints of Dark Goldenrod #AE8319

Color information

#AE8319 (or 0xAE8319) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 83 and 19. RGB value is (174,131,25). Sum of RGB (Red+Green+Blue) = 174+131+25=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8319 is #517CE6. Grayscale: #848484. Windows color (decimal): -5340391 or 1672110. OLE color: 1672110.

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

Color convert

RGB17413125-
CMYK00.250.860.32
HSL42.68º74.87%39.02%-
HSV(B)42.68º85.63%68.24%-
XYZ25.7525.34.45-
YUV131.7767.75158.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 25 (10.16% from 255) = 7.58%
R=52.73%
G=39.70%
B=7.58%

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
Decimal1741312500.250.860.3242.6874.8739.02
HexAE831901956202b4b27
Octal25620331031126405311347
Binary10101110100000111100101100110101101000001010111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8319; }

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

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

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

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

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

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

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

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