#aa7216

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

Shades of Golden Brown #AA7216

Tints of Golden Brown #AA7216

Color information

#AA7216 (or 0xAA7216) is unknown color: approx Golden Brown. HEX triplet: AA, 72 and 16. RGB value is (170,114,22). Sum of RGB (Red+Green+Blue) = 170+114+22=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7216 is #558DE9. Grayscale: #787878. Windows color (decimal): -5606890 or 1471146. OLE color: 1471146.

HSL color Cylindrical-coordinate representation of color #AA7216: hue angle of 37.3º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA7216 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB17011422-
CMYK00.330.870.33
HSL37.3º77.08%37.65%-
HSV(B)37.3º87.06%66.67%-
XYZ22.7420.643.54-
YUV120.2672.55163.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 22 (8.98% from 255) = 7.19%
R=55.56%
G=37.25%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701142200.330.870.3337.377.0837.65
HexAA72160215721254d26
Octal25216226041127414511546
Binary10101010111001010110010000110101111000011001011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa7216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa7216; }

 p { color: rgb(170,114,22); }

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

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

 a { background-color: rgb(170,114,22); }

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

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

 span { border-color: rgb(170,114,22); }

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