#AA660A

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

Shades of Golden Brown #AA660A

Tints of Golden Brown #AA660A

Color information

#AA660A (or 0xAA660A) is unknown color: approx Golden Brown. HEX triplet: AA, 66 and 0A. RGB value is (170,102,10). Sum of RGB (Red+Green+Blue) = 170+102+10=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA660A is #5599F5. Grayscale: #707070. Windows color (decimal): -5609974 or 681642. OLE color: 681642.

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

Color convert

RGB17010210-
CMYK00.40.940.33
HSL34.5º88.89%35.29%-
HSV(B)34.5º94.12%66.67%-
XYZ21.3818.072.65-
YUV111.8470.53169.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 10 (4.30% from 255) = 3.55%
R=60.28%
G=36.17%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701021000.40.940.3334.588.8935.29
HexAA66A0285E21225923
Octal25214612050136414213143
Binary1010101011001101010010100010111101000011000101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA660A; }

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

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

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

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

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

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

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

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