#AA3027

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

Shades of Brown #AA3027

Tints of Brown #AA3027

Color information

#AA3027 (or 0xAA3027) is unknown color: approx Brown. HEX triplet: AA, 30 and 27. RGB value is (170,48,39). Sum of RGB (Red+Green+Blue) = 170+48+39=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3027 is #55CFD8. Grayscale: #535353. Windows color (decimal): -5623769 or 2568362. OLE color: 2568362.

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

Color convert

RGB1704839-
CMYK00.720.770.33
HSL4.12º62.68%40.98%-
HSV(B)4.12º77.06%66.67%-
XYZ1810.813.06-
YUV83.45102.92189.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.15%
GREEN value IS 48 (19.14% from 255) = 18.68%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=66.15%
G=18.68%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170483900.720.770.334.1262.6840.98
HexAA30270484D2143f29
Octal252604701101154147751
Binary10101010110000100111010010001001101100001100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3027; }

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

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

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

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

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

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

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

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