#AA302D

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

Shades of Brown #AA302D

Tints of Brown #AA302D

Color information

#AA302D (or 0xAA302D) is unknown color: approx Brown. HEX triplet: AA, 30 and 2D. RGB value is (170,48,45). Sum of RGB (Red+Green+Blue) = 170+48+45=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA302D is #55CFD2. Grayscale: #545454. Windows color (decimal): -5623763 or 2961578. OLE color: 2961578.

HSL color Cylindrical-coordinate representation of color #AA302D: hue angle of 1.44º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA302D is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB1704845-
CMYK00.720.740.33
HSL1.44º58.14%42.16%-
HSV(B)1.44º73.53%66.67%-
XYZ18.1110.853.62-
YUV84.14105.92189.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.64%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 45 (17.97% from 255) = 17.11%
R=64.64%
G=18.25%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170484500.720.740.331.4458.1442.16
HexAA302D0484A2113a2a
Octal252605501101124117252
Binary101010101100001011010100100010010101000011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA302D; }

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

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

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

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

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

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

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

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