#AA1006

Color #AA1006 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #AA1006

Tints of Free Speech Red #AA1006

Color information

#AA1006 (or 0xAA1006) is unknown color: approx Free Speech Red. HEX triplet: AA, 10 and 06. RGB value is (170,16,6). Sum of RGB (Red+Green+Blue) = 170+16+6=192 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.54% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1006 is #55EFF9. Grayscale: #3D3D3D. Windows color (decimal): -5631994 or 397482. OLE color: 397482.

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

Color convert

RGB170166-
CMYK00.910.960.33
HSL3.66º93.18%34.51%-
HSV(B)3.66º96.47%66.67%-
XYZ16.88.931.01-
YUV60.9197.02205.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 88.54%
GREEN value IS 16 (6.64% from 255) = 8.33%
BLUE value IS 6 (2.73% from 255) = 3.12%
R=88.54%
G=8.33%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016600.910.960.333.6693.1834.51
HexAA10605B602145d23
Octal252206013314041413543
Binary10101010100001100101101111000001000011001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1006; }

 p { color: rgb(170,16,6); }

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

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

 a { background-color: rgb(170,16,6); }

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

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

 span { border-color: rgb(170,16,6); }

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