#A5060E

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

Shades of Sangria #A5060E

Tints of Sangria #A5060E

Color information

#A5060E (or 0xA5060E) is unknown color: approx Sangria. HEX triplet: A5, 06 and 0E. RGB value is (165,6,14). Sum of RGB (Red+Green+Blue) = 165+6+14=185 (24% of max value = 765). Red value is 165 (64.84% from 255 or 89.19% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 165 - color contains mainly: red. Hex color #A5060E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5060E is #5AF9F1. Grayscale: #363636. Windows color (decimal): -5962226 or 919205. OLE color: 919205.

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

Color convert

RGB165614-
CMYK00.960.920.35
HSL356.98º92.98%33.53%-
HSV(B)356.98º96.36%64.71%-
XYZ15.668.161.17-
YUV54.45105.18206.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 89.19%
GREEN value IS 6 (2.73% from 255) = 3.24%
BLUE value IS 14 (5.86% from 255) = 7.57%
R=89.19%
G=3.24%
B=7.57%

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
Decimal16561400.960.920.35356.9892.9833.53
HexA56E0605C231655d22
Octal24561601401344354513542
Binary1010010111011100110000010111001000111011001011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5060E; }

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

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

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

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

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

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

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

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