#A1060F

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

Shades of Sangria #A1060F

Tints of Sangria #A1060F

Color information

#A1060F (or 0xA1060F) is unknown color: approx Sangria. HEX triplet: A1, 06 and 0F. RGB value is (161,6,15). Sum of RGB (Red+Green+Blue) = 161+6+15=182 (24% of max value = 765). Red value is 161 (63.28% from 255 or 88.46% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 161 - color contains mainly: red. Hex color #A1060F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1060F is #5EF9F0. Grayscale: #353535. Windows color (decimal): -6224369 or 984737. OLE color: 984737.

HSL color Cylindrical-coordinate representation of color #A1060F: hue angle of 356.52º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1060F is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB161615-
CMYK00.960.910.37
HSL356.52º92.81%32.75%-
HSV(B)356.52º96.27%63.14%-
XYZ14.857.741.16-
YUV53.37106.35204.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 88.46%
GREEN value IS 6 (2.73% from 255) = 3.30%
BLUE value IS 15 (6.25% from 255) = 8.24%
R=88.46%
G=3.30%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16161500.960.910.37356.5292.8132.75
HexA16F0605B251655d21
Octal24161701401334554513541
Binary1010000111011110110000010110111001011011001011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1060F; }

 p { color: rgb(161,6,15); }

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

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

 a { background-color: rgb(161,6,15); }

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

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

 span { border-color: rgb(161,6,15); }

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