#A6060A

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

Shades of Sangria #A6060A

Tints of Sangria #A6060A

Color information

#A6060A (or 0xA6060A) is unknown color: approx Sangria. HEX triplet: A6, 06 and 0A. RGB value is (166,6,10). Sum of RGB (Red+Green+Blue) = 166+6+10=182 (24% of max value = 765). Red value is 166 (65.23% from 255 or 91.21% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 166 - color contains mainly: red. Hex color #A6060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6060A is #59F9F5. Grayscale: #363636. Windows color (decimal): -5896694 or 657062. OLE color: 657062.

HSL color Cylindrical-coordinate representation of color #A6060A: hue angle of 358.5º degrees, saturation: 0.93, 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 #A6060A is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB166610-
CMYK00.960.940.35
HSL358.5º93.02%33.73%-
HSV(B)358.5º96.39%65.1%-
XYZ15.858.261.05-
YUV54.3103.01207.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 91.21%
GREEN value IS 6 (2.73% from 255) = 3.30%
BLUE value IS 10 (4.30% from 255) = 5.49%
R=91.21%
G=3.30%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16661000.960.940.35358.593.0233.73
HexA66A0605E231665d22
Octal24661201401364354613542
Binary1010011011010100110000010111101000111011001101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6060A; }

 p { color: rgb(166,6,10); }

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

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

 a { background-color: rgb(166,6,10); }

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

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

 span { border-color: rgb(166,6,10); }

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