#AA361F

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

Shades of Brown #AA361F

Tints of Brown #AA361F

Color information

#AA361F (or 0xAA361F) is unknown color: approx Brown. HEX triplet: AA, 36 and 1F. RGB value is (170,54,31). Sum of RGB (Red+Green+Blue) = 170+54+31=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA361F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA361F is #55C9E0. Grayscale: #565656. Windows color (decimal): -5622241 or 2045610. OLE color: 2045610.

HSL color Cylindrical-coordinate representation of color #AA361F: hue angle of 9.93º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA361F is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB1705431-
CMYK00.680.820.33
HSL9.93º69.15%39.41%-
HSV(B)9.93º81.76%66.67%-
XYZ18.1411.282.52-
YUV86.0696.93187.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.67%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 31 (12.5% from 255) = 12.16%
R=66.67%
G=21.18%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170543100.680.820.339.9369.1539.41
HexAA361F0445221a4527
Octal25266370104122411210547
Binary101010101101101111101000100101001010000110101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA361F; }

 p { color: rgb(170,54,31); }

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

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

 a { background-color: rgb(170,54,31); }

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

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

 span { border-color: rgb(170,54,31); }

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