#AA5D0C

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

Shades of Golden Brown #AA5D0C

Tints of Golden Brown #AA5D0C

Color information

#AA5D0C (or 0xAA5D0C) is unknown color: approx Golden Brown. HEX triplet: AA, 5D and 0C. RGB value is (170,93,12). Sum of RGB (Red+Green+Blue) = 170+93+12=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5D0C is #55A2F3. Grayscale: #6B6B6B. Windows color (decimal): -5612276 or 810410. OLE color: 810410.

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

Color convert

RGB1709312-
CMYK00.450.930.33
HSL30.76º86.81%35.69%-
HSV(B)30.76º92.94%66.67%-
XYZ20.5616.42.43-
YUV106.7974.51173.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.82%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 12 (5.08% from 255) = 4.36%
R=61.82%
G=33.82%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170931200.450.930.3330.7686.8135.69
HexAA5DC02D5D211f5724
Octal25213514055135413712744
Binary101010101011101110001011011011101100001111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D0C; }

 p { color: rgb(170,93,12); }

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

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

 a { background-color: rgb(170,93,12); }

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

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

 span { border-color: rgb(170,93,12); }

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