#AA7312

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

Shades of Golden Brown #AA7312

Tints of Golden Brown #AA7312

Color information

#AA7312 (or 0xAA7312) is unknown color: approx Golden Brown. HEX triplet: AA, 73 and 12. RGB value is (170,115,18). Sum of RGB (Red+Green+Blue) = 170+115+18=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7312 is #558CED. Grayscale: #787878. Windows color (decimal): -5606638 or 1209258. OLE color: 1209258.

HSL color Cylindrical-coordinate representation of color #AA7312: hue angle of 38.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA7312 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB17011518-
CMYK00.320.890.33
HSL38.29º80.85%36.86%-
HSV(B)38.29º89.41%66.67%-
XYZ22.8220.853.39-
YUV120.3970.22163.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.11%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=56.11%
G=37.95%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701151800.320.890.3338.2980.8536.86
HexAA73120205921265125
Octal25216322040131414612145
Binary10101010111001110010010000010110011000011001101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7312; }

 p { color: rgb(170,115,18); }

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

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

 a { background-color: rgb(170,115,18); }

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

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

 span { border-color: rgb(170,115,18); }

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