#A60007

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

Shades of Sangria #A60007

Tints of Sangria #A60007

Color information

#A60007 (or 0xA60007) is unknown color: approx Sangria. HEX triplet: A6, 00 and 07. RGB value is (166,0,7). Sum of RGB (Red+Green+Blue) = 166+0+7=173 (22% of max value = 765). Red value is 166 (65.23% from 255 or 95.95% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 166 - color contains mainly: red. Hex color #A60007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60007 is #59FFF8. Grayscale: #323232. Windows color (decimal): -5898233 or 458918. OLE color: 458918.

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

Color convert

RGB16607-
CMYK010.960.35
HSL357.47º100%32.55%-
HSV(B)357.47º100%65.1%-
XYZ15.768.120.94-
YUV50.43103.5210.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 95.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 4.05%
R=95.95%
G=0%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16607010.960.35357.4710032.55
HexA60706460231656421
Octal2460701441404354514441
Binary1010011001110110010011000001000111011001011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60007; }

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

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

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

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

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

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

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

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