#AA5C0A

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

Shades of Golden Brown #AA5C0A

Tints of Golden Brown #AA5C0A

Color information

#AA5C0A (or 0xAA5C0A) is unknown color: approx Golden Brown. HEX triplet: AA, 5C and 0A. RGB value is (170,92,10). Sum of RGB (Red+Green+Blue) = 170+92+10=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C0A is #55A3F5. Grayscale: #6A6A6A. Windows color (decimal): -5612534 or 679082. OLE color: 679082.

HSL color Cylindrical-coordinate representation of color #AA5C0A: hue angle of 30.75º 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 #AA5C0A is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB1709210-
CMYK00.460.940.33
HSL30.75º88.89%35.29%-
HSV(B)30.75º94.12%66.67%-
XYZ20.4616.222.34-
YUV105.9773.84173.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.5%
GREEN value IS 92 (36.33% from 255) = 33.82%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=62.5%
G=33.82%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170921000.460.940.3330.7588.8935.29
HexAA5CA02E5E211f5923
Octal25213412056136413713143
Binary101010101011100101001011101011110100001111111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C0A; }

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

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

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

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

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

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

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

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