#AA0107

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

Shades of Sangria #AA0107

Tints of Sangria #AA0107

Color information

#AA0107 (or 0xAA0107) is unknown color: approx Sangria. HEX triplet: AA, 01 and 07. RGB value is (170,1,7). Sum of RGB (Red+Green+Blue) = 170+1+7=178 (23% of max value = 765). Red value is 170 (66.80% from 255 or 95.51% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0107 is #55FEF8. Grayscale: #343434. Windows color (decimal): -5635833 or 459178. OLE color: 459178.

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

Color convert

RGB17017-
CMYK00.990.960.33
HSL357.87º98.83%33.53%-
HSV(B)357.87º99.41%66.67%-
XYZ16.638.580.98-
YUV52.22102.49212.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 95.51%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 7 (3.12% from 255) = 3.93%
R=95.51%
G=0.56%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701700.990.960.33357.8798.8333.53
HexAA1706360211666322
Octal2521701431404154614342
Binary1010101011110110001111000001000011011001101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0107; }

 p { color: rgb(170,1,7); }

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

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

 a { background-color: rgb(170,1,7); }

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

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

 span { border-color: rgb(170,1,7); }

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