#A5060C

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

Shades of Sangria #A5060C

Tints of Sangria #A5060C

Color information

#A5060C (or 0xA5060C) is unknown color: approx Sangria. HEX triplet: A5, 06 and 0C. RGB value is (165,6,12). Sum of RGB (Red+Green+Blue) = 165+6+12=183 (24% of max value = 765). Red value is 165 (64.84% from 255 or 90.16% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 165 - color contains mainly: red. Hex color #A5060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5060C is #5AF9F3. Grayscale: #363636. Windows color (decimal): -5962228 or 788133. OLE color: 788133.

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

Color convert

RGB165612-
CMYK00.960.930.35
HSL357.74º92.98%33.53%-
HSV(B)357.74º96.36%64.71%-
XYZ15.658.161.1-
YUV54.22104.18207.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 90.16%
GREEN value IS 6 (2.73% from 255) = 3.28%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=90.16%
G=3.28%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16561200.960.930.35357.7492.9833.53
HexA56C0605D231665d22
Octal24561401401354354613542
Binary1010010111011000110000010111011000111011001101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5060C; }

 p { color: rgb(165,6,12); }

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

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

 a { background-color: rgb(165,6,12); }

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

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

 span { border-color: rgb(165,6,12); }

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