#A5060D

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

Shades of Sangria #A5060D

Tints of Sangria #A5060D

Color information

#A5060D (or 0xA5060D) is unknown color: approx Sangria. HEX triplet: A5, 06 and 0D. RGB value is (165,6,13). Sum of RGB (Red+Green+Blue) = 165+6+13=184 (24% of max value = 765). Red value is 165 (64.84% from 255 or 89.67% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 165 - color contains mainly: red. Hex color #A5060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5060D is #5AF9F2. Grayscale: #363636. Windows color (decimal): -5962227 or 853669. OLE color: 853669.

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

Color convert

RGB165613-
CMYK00.960.920.35
HSL357.36º92.98%33.53%-
HSV(B)357.36º96.36%64.71%-
XYZ15.658.161.13-
YUV54.34104.68206.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 89.67%
GREEN value IS 6 (2.73% from 255) = 3.26%
BLUE value IS 13 (5.47% from 255) = 7.07%
R=89.67%
G=3.26%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16561300.960.920.35357.3692.9833.53
HexA56D0605C231655d22
Octal24561501401344354513542
Binary1010010111011010110000010111001000111011001011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5060D; }

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

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

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

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

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

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

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

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