#AA160A

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

Shades of Fire Brick #AA160A

Tints of Fire Brick #AA160A

Color information

#AA160A (or 0xAA160A) is unknown color: approx Fire Brick. HEX triplet: AA, 16 and 0A. RGB value is (170,22,10). Sum of RGB (Red+Green+Blue) = 170+22+10=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA160A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA160A is #55E9F5. Grayscale: #414141. Windows color (decimal): -5630454 or 661162. OLE color: 661162.

HSL color Cylindrical-coordinate representation of color #AA160A: hue angle of 4.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA160A is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB1702210-
CMYK00.870.940.33
HSL4.5º88.89%35.29%-
HSV(B)4.5º94.12%66.67%-
XYZ16.929.141.16-
YUV64.8897.03202.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 84.16%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 10 (4.30% from 255) = 4.95%
R=84.16%
G=10.89%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170221000.870.940.334.588.8935.29
HexAA16A0575E2145923
Octal2522612012713641413143
Binary101010101011010100101011110111101000011001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA160A; }

 p { color: rgb(170,22,10); }

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

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

 a { background-color: rgb(170,22,10); }

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

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

 span { border-color: rgb(170,22,10); }

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