#aa301e

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

Shades of Brown #AA301E

Tints of Brown #AA301E

Color information

#AA301E (or 0xAA301E) is unknown color: approx Brown. HEX triplet: AA, 30 and 1E. RGB value is (170,48,30). Sum of RGB (Red+Green+Blue) = 170+48+30=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA301E is #55CFE1. Grayscale: #525252. Windows color (decimal): -5623778 or 1978538. OLE color: 1978538.

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

Color convert

RGB1704830-
CMYK00.720.820.33
HSL7.71º70%39.22%-
HSV(B)7.71º82.35%66.67%-
XYZ17.8710.752.36-
YUV82.4398.42190.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.55%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 30 (12.11% from 255) = 12.10%
R=68.55%
G=19.35%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170483000.720.820.337.717039.22
HexAA301E048522184627
Octal25260360110122411010647
Binary101010101100001111001001000101001010000110001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa301e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa301e; }

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

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

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

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

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

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

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

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