#AA6A19

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

Shades of Golden Brown #AA6A19

Tints of Golden Brown #AA6A19

Color information

#AA6A19 (or 0xAA6A19) is unknown color: approx Golden Brown. HEX triplet: AA, 6A and 19. RGB value is (170,106,25). Sum of RGB (Red+Green+Blue) = 170+106+25=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6A19 is #5595E6. Grayscale: #747474. Windows color (decimal): -5608935 or 1665706. OLE color: 1665706.

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

Color convert

RGB17010625-
CMYK00.380.850.33
HSL33.52º74.36%38.24%-
HSV(B)33.52º85.29%66.67%-
XYZ21.9118.923.42-
YUV115.976.7166.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.48%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 25 (10.16% from 255) = 8.31%
R=56.48%
G=35.22%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701062500.380.850.3333.5274.3638.24
HexAA6A190265521224a26
Octal25215231046125414211246
Binary10101010110101011001010011010101011000011000101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A19; }

 p { color: rgb(170,106,25); }

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

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

 a { background-color: rgb(170,106,25); }

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

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

 span { border-color: rgb(170,106,25); }

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