#AA6601

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

Shades of Golden Brown #AA6601

Tints of Golden Brown #AA6601

Color information

#AA6601 (or 0xAA6601) is unknown color: approx Golden Brown. HEX triplet: AA, 66 and 01. RGB value is (170,102,1). Sum of RGB (Red+Green+Blue) = 170+102+1=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6601 is #5599FE. Grayscale: #6F6F6F. Windows color (decimal): -5609983 or 91818. OLE color: 91818.

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

Color convert

RGB1701021-
CMYK00.40.990.33
HSL35.86º98.83%33.53%-
HSV(B)35.86º99.41%66.67%-
XYZ21.3318.052.39-
YUV110.8266.03170.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.27%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=62.27%
G=37.36%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170102100.40.990.3335.8698.8333.53
HexAA6610286321246322
Octal2521461050143414414342
Binary1010101011001101010100011000111000011001001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6601; }

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

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

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

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

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

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

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

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