#A60609

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

Shades of Sangria #A60609

Tints of Sangria #A60609

Color information

#A60609 (or 0xA60609) is unknown color: approx Sangria. HEX triplet: A6, 06 and 09. RGB value is (166,6,9). Sum of RGB (Red+Green+Blue) = 166+6+9=181 (23% of max value = 765). Red value is 166 (65.23% from 255 or 91.71% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 166 - color contains mainly: red. Hex color #A60609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60609 is #59F9F6. Grayscale: #363636. Windows color (decimal): -5896695 or 591526. OLE color: 591526.

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

Color convert

RGB16669-
CMYK00.960.950.35
HSL358.88º93.02%33.73%-
HSV(B)358.88º96.39%65.1%-
XYZ15.848.261.02-
YUV54.18102.51207.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 91.71%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 9 (3.91% from 255) = 4.97%
R=91.71%
G=3.31%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666900.960.950.35358.8893.0233.73
HexA6690605F231675d22
Octal24661101401374354713542
Binary1010011011010010110000010111111000111011001111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60609; }

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

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

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

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

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

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

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

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