#AE6016

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

Shades of Golden Brown #AE6016

Tints of Golden Brown #AE6016

Color information

#AE6016 (or 0xAE6016) is unknown color: approx Golden Brown. HEX triplet: AE, 60 and 16. RGB value is (174,96,22). Sum of RGB (Red+Green+Blue) = 174+96+22=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6016 is #519FE9. Grayscale: #6F6F6F. Windows color (decimal): -5349354 or 1466542. OLE color: 1466542.

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

Color convert

RGB1749622-
CMYK00.450.870.32
HSL29.21º77.55%38.43%-
HSV(B)29.21º87.36%68.24%-
XYZ21.7817.422.97-
YUV110.8977.84173.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.59%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 22 (8.98% from 255) = 7.53%
R=59.59%
G=32.88%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174962200.450.870.3229.2177.5538.43
HexAE601602D57201d4e26
Octal25614026055127403511646
Binary1010111011000001011001011011010111100000111011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6016; }

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

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

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

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

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

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

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

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