#AA6600

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

Shades of Golden Brown #AA6600

Tints of Golden Brown #AA6600

Color information

#AA6600 (or 0xAA6600) is unknown color: approx Golden Brown. HEX triplet: AA, 66 and 00. RGB value is (170,102,0). Sum of RGB (Red+Green+Blue) = 170+102+0=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6600 is #5599FF. Grayscale: #6F6F6F. Windows color (decimal): -5609984 or 26282. OLE color: 26282.

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

Color convert

RGB1701020-
CMYK00.410.33
HSL36º100%33.33%-
HSV(B)36º100%66.67%-
XYZ21.3318.052.36-
YUV110.765.53170.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.5%
GREEN value IS 102 (40.23% from 255) = 37.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.5%
G=37.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170102000.410.333610033.33
HexAA6600286421246421
Octal2521460050144414414441
Binary1010101011001100010100011001001000011001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6600; }

 p { color: rgb(170,102,0); }

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

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

 a { background-color: rgb(170,102,0); }

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

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

 span { border-color: rgb(170,102,0); }

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