#A70A0F

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

Shades of Sangria #A70A0F

Tints of Sangria #A70A0F

Color information

#A70A0F (or 0xA70A0F) is unknown color: approx Sangria. HEX triplet: A7, 0A and 0F. RGB value is (167,10,15). Sum of RGB (Red+Green+Blue) = 167+10+15=192 (25% of max value = 765). Red value is 167 (65.62% from 255 or 86.98% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 167 - color contains mainly: red. Hex color #A70A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70A0F is #58F5F0. Grayscale: #393939. Windows color (decimal): -5830129 or 985767. OLE color: 985767.

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

Color convert

RGB1671015-
CMYK00.940.910.35
HSL358.09º88.7%34.71%-
HSV(B)358.09º94.01%65.49%-
XYZ16.138.471.24-
YUV57.51104.01206.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 86.98%
GREEN value IS 10 (4.30% from 255) = 5.21%
BLUE value IS 15 (6.25% from 255) = 7.81%
R=86.98%
G=5.21%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167101500.940.910.35358.0988.734.71
HexA7AF05E5B231665923
Octal247121701361334354613143
Binary10100111101011110101111010110111000111011001101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70A0F; }

 p { color: rgb(167,10,15); }

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

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

 a { background-color: rgb(167,10,15); }

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

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

 span { border-color: rgb(167,10,15); }

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