#AE6B16

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

Shades of Golden Brown #AE6B16

Tints of Golden Brown #AE6B16

Color information

#AE6B16 (or 0xAE6B16) is unknown color: approx Golden Brown. HEX triplet: AE, 6B and 16. RGB value is (174,107,22). Sum of RGB (Red+Green+Blue) = 174+107+22=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6B16 is #5194E9. Grayscale: #757575. Windows color (decimal): -5346538 or 1469358. OLE color: 1469358.

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

Color convert

RGB17410722-
CMYK00.390.870.32
HSL33.55º77.55%38.43%-
HSV(B)33.55º87.36%68.24%-
XYZ22.8619.573.33-
YUV117.3474.2168.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.43%
GREEN value IS 107 (42.19% from 255) = 35.31%
BLUE value IS 22 (8.98% from 255) = 7.26%
R=57.43%
G=35.31%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741072200.390.870.3233.5577.5538.43
HexAE6B160275720224e26
Octal25615326047127404211646
Binary10101110110101110110010011110101111000001000101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6B16; }

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

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

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

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

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

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

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

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