#AA6603

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

Shades of Golden Brown #AA6603

Tints of Golden Brown #AA6603

Color information

#AA6603 (or 0xAA6603) is unknown color: approx Golden Brown. HEX triplet: AA, 66 and 03. RGB value is (170,102,3). Sum of RGB (Red+Green+Blue) = 170+102+3=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6603 is #5599FC. Grayscale: #6F6F6F. Windows color (decimal): -5609981 or 222890. OLE color: 222890.

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

Color convert

RGB1701023-
CMYK00.40.980.33
HSL35.57º96.53%33.92%-
HSV(B)35.57º98.24%66.67%-
XYZ21.3518.062.45-
YUV111.0567.03170.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.82%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 3 (1.56% from 255) = 1.09%
R=61.82%
G=37.09%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170102300.40.980.3335.5796.5333.92
HexAA6630286221246122
Octal2521463050142414414142
Binary10101010110011011010100011000101000011001001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6603; }

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

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

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

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

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

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

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

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