#A6070E

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

Shades of Sangria #A6070E

Tints of Sangria #A6070E

Color information

#A6070E (or 0xA6070E) is unknown color: approx Sangria. HEX triplet: A6, 07 and 0E. RGB value is (166,7,14). Sum of RGB (Red+Green+Blue) = 166+7+14=187 (24% of max value = 765). Red value is 166 (65.23% from 255 or 88.77% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 166 - color contains mainly: red. Hex color #A6070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6070E is #59F8F1. Grayscale: #373737. Windows color (decimal): -5896434 or 919462. OLE color: 919462.

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

Color convert

RGB166714-
CMYK00.960.920.35
HSL357.36º91.91%33.92%-
HSV(B)357.36º95.78%65.1%-
XYZ15.888.291.18-
YUV55.34104.68206.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 88.77%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=88.77%
G=3.74%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16671400.960.920.35357.3691.9133.92
HexA67E0605C231655c22
Octal24671601401344354513442
Binary1010011011111100110000010111001000111011001011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6070E; }

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

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

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

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

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

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

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

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