#AE8216

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

Shades of Dark Goldenrod #AE8216

Tints of Dark Goldenrod #AE8216

Color information

#AE8216 (or 0xAE8216) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 82 and 16. RGB value is (174,130,22). Sum of RGB (Red+Green+Blue) = 174+130+22=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8216 is #517DE9. Grayscale: #838383. Windows color (decimal): -5340650 or 1475246. OLE color: 1475246.

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

Color convert

RGB17413022-
CMYK00.250.870.32
HSL42.63º77.55%38.43%-
HSV(B)42.63º87.36%68.24%-
XYZ25.5825.024.24-
YUV130.8466.58158.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.37%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 22 (8.98% from 255) = 6.75%
R=53.37%
G=39.88%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741302200.250.870.3242.6377.5538.43
HexAE821601957202b4e26
Octal25620226031127405311646
Binary10101110100000101011001100110101111000001010111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8216; }

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

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

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

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

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

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

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

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