#AE8315

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

Shades of Dark Goldenrod #AE8315

Tints of Dark Goldenrod #AE8315

Color information

#AE8315 (or 0xAE8315) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 83 and 15. RGB value is (174,131,21). Sum of RGB (Red+Green+Blue) = 174+131+21=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8315 is #517CEA. Grayscale: #838383. Windows color (decimal): -5340395 or 1409966. OLE color: 1409966.

HSL color Cylindrical-coordinate representation of color #AE8315: hue angle of 43.14º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE8315 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB17413121-
CMYK00.250.880.32
HSL43.14º78.46%38.24%-
HSV(B)43.14º87.93%68.24%-
XYZ25.7125.294.24-
YUV131.3265.75158.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.37%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 21 (8.59% from 255) = 6.44%
R=53.37%
G=40.18%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741312100.250.880.3243.1478.4638.24
HexAE831501958202b4e26
Octal25620325031130405311646
Binary10101110100000111010101100110110001000001010111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8315; }

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

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

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

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

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

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

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

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