#A8070E

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

Shades of Sangria #A8070E

Tints of Sangria #A8070E

Color information

#A8070E (or 0xA8070E) is unknown color: approx Sangria. HEX triplet: A8, 07 and 0E. RGB value is (168,7,14). Sum of RGB (Red+Green+Blue) = 168+7+14=189 (25% of max value = 765). Red value is 168 (66.02% from 255 or 88.89% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 168 - color contains mainly: red. Hex color #A8070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8070E is #57F8F1. Grayscale: #383838. Windows color (decimal): -5765362 or 919464. OLE color: 919464.

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

Color convert

RGB168714-
CMYK00.960.920.34
HSL357.39º92%34.31%-
HSV(B)357.39º95.83%65.88%-
XYZ16.38.511.2-
YUV55.94104.34207.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 88.89%
GREEN value IS 7 (3.12% from 255) = 3.70%
BLUE value IS 14 (5.86% from 255) = 7.41%
R=88.89%
G=3.70%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16871400.960.920.34357.399234.31
HexA87E0605C221655c22
Octal25071601401344254513442
Binary1010100011111100110000010111001000101011001011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8070E; }

 p { color: rgb(168,7,14); }

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

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

 a { background-color: rgb(168,7,14); }

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

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

 span { border-color: rgb(168,7,14); }

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