#A70406

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

Shades of Sangria #A70406

Tints of Sangria #A70406

Color information

#A70406 (or 0xA70406) is unknown color: approx Sangria. HEX triplet: A7, 04 and 06. RGB value is (167,4,6). Sum of RGB (Red+Green+Blue) = 167+4+6=177 (23% of max value = 765). Red value is 167 (65.62% from 255 or 94.35% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 167 - color contains mainly: red. Hex color #A70406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70406 is #58FBF9. Grayscale: #353535. Windows color (decimal): -5831674 or 394407. OLE color: 394407.

HSL color Cylindrical-coordinate representation of color #A70406: hue angle of 359.26º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A70406 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB16746-
CMYK00.980.960.35
HSL359.26º95.32%33.53%-
HSV(B)359.26º97.6%65.49%-
XYZ16.018.320.93-
YUV52.96101.5209.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 94.35%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 6 (2.73% from 255) = 3.39%
R=94.35%
G=2.26%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674600.980.960.35359.2695.3233.53
HexA74606260231675f22
Octal2474601421404354713742
Binary101001111001100110001011000001000111011001111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70406; }

 p { color: rgb(167,4,6); }

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

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

 a { background-color: rgb(167,4,6); }

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

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

 span { border-color: rgb(167,4,6); }

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