#AA3127

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

Shades of Brown #AA3127

Tints of Brown #AA3127

Color information

#AA3127 (or 0xAA3127) is unknown color: approx Brown. HEX triplet: AA, 31 and 27. RGB value is (170,49,39). Sum of RGB (Red+Green+Blue) = 170+49+39=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3127 is #55CED8. Grayscale: #545454. Windows color (decimal): -5623513 or 2568618. OLE color: 2568618.

HSL color Cylindrical-coordinate representation of color #AA3127: hue angle of 4.58º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA3127 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB1704939-
CMYK00.710.770.33
HSL4.58º62.68%40.98%-
HSV(B)4.58º77.06%66.67%-
XYZ18.0410.893.07-
YUV84.04102.59189.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.89%
GREEN value IS 49 (19.53% from 255) = 18.99%
BLUE value IS 39 (15.62% from 255) = 15.12%
R=65.89%
G=18.99%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170493900.710.770.334.5862.6840.98
HexAA31270474D2153f29
Octal252614701071154157751
Binary10101010110001100111010001111001101100001101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3127; }

 p { color: rgb(170,49,39); }

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

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

 a { background-color: rgb(170,49,39); }

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

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

 span { border-color: rgb(170,49,39); }

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