#AE6516

Color #AE6516 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AE6516

Tints of Golden Brown #AE6516

Color information

#AE6516 (or 0xAE6516) is unknown color: approx Golden Brown. HEX triplet: AE, 65 and 16. RGB value is (174,101,22). Sum of RGB (Red+Green+Blue) = 174+101+22=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6516 is #519AE9. Grayscale: #727272. Windows color (decimal): -5348074 or 1467822. OLE color: 1467822.

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

Color convert

RGB17410122-
CMYK00.420.870.32
HSL31.18º77.55%38.43%-
HSV(B)31.18º87.36%68.24%-
XYZ22.2518.363.13-
YUV113.8276.18170.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.59%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 22 (8.98% from 255) = 7.41%
R=58.59%
G=34.01%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741012200.420.870.3231.1877.5538.43
HexAE651602A57201f4e26
Octal25614526052127403711646
Binary1010111011001011011001010101010111100000111111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6516; }

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

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

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

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

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

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

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

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