#AA0007

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

Shades of Sangria #AA0007

Tints of Sangria #AA0007

Color information

#AA0007 (or 0xAA0007) is unknown color: approx Sangria. HEX triplet: AA, 00 and 07. RGB value is (170,0,7). Sum of RGB (Red+Green+Blue) = 170+0+7=177 (23% of max value = 765). Red value is 170 (66.80% from 255 or 96.05% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0007 is #55FFF8. Grayscale: #333333. Windows color (decimal): -5636089 or 458922. OLE color: 458922.

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

Color convert

RGB17007-
CMYK010.960.33
HSL357.53º100%33.33%-
HSV(B)357.53º100%66.67%-
XYZ16.628.560.98-
YUV51.63102.82212.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 96.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 3.95%
R=96.05%
G=0%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17007010.960.33357.5310033.33
HexAA0706460211666421
Octal2520701441404154614441
Binary1010101001110110010011000001000011011001101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0007; }

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

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

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

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

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

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

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

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