#A1080A

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

Shades of Sangria #A1080A

Tints of Sangria #A1080A

Color information

#A1080A (or 0xA1080A) is unknown color: approx Sangria. HEX triplet: A1, 08 and 0A. RGB value is (161,8,10). Sum of RGB (Red+Green+Blue) = 161+8+10=179 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.94% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 161 - color contains mainly: red. Hex color #A1080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1080A is #5EF7F5. Grayscale: #363636. Windows color (decimal): -6223862 or 657569. OLE color: 657569.

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

Color convert

RGB161810-
CMYK00.950.940.37
HSL359.22º90.53%33.14%-
HSV(B)359.22º95.03%63.14%-
XYZ14.847.771.01-
YUV53.97103.19204.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 89.94%
GREEN value IS 8 (3.52% from 255) = 4.47%
BLUE value IS 10 (4.30% from 255) = 5.59%
R=89.94%
G=4.47%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16181000.950.940.37359.2290.5333.14
HexA18A05F5E251675b21
Octal241101201371364554713341
Binary10100001100010100101111110111101001011011001111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1080A; }

 p { color: rgb(161,8,10); }

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

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

 a { background-color: rgb(161,8,10); }

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

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

 span { border-color: rgb(161,8,10); }

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