#AA060D

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

Shades of Sangria #AA060D

Tints of Sangria #AA060D

Color information

#AA060D (or 0xAA060D) is unknown color: approx Sangria. HEX triplet: AA, 06 and 0D. RGB value is (170,6,13). Sum of RGB (Red+Green+Blue) = 170+6+13=189 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.95% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 170 - color contains mainly: red. Hex color #AA060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA060D is #55F9F2. Grayscale: #373737. Windows color (decimal): -5634547 or 853674. OLE color: 853674.

HSL color Cylindrical-coordinate representation of color #AA060D: hue angle of 357.44º 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 #AA060D is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB170613-
CMYK00.960.920.33
HSL357.44º93.18%34.51%-
HSV(B)357.44º96.47%66.67%-
XYZ16.728.711.18-
YUV55.83103.83209.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 89.95%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 13 (5.47% from 255) = 6.88%
R=89.95%
G=3.17%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17061300.960.920.33357.4493.1834.51
HexAA6D0605C211655d23
Octal25261501401344154513543
Binary1010101011011010110000010111001000011011001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA060D; }

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

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

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

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

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

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

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

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