#A05C51

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

Shades of Crail #A05C51

Tints of Crail #A05C51

Color information

#A05C51 (or 0xA05C51) is unknown color: approx Crail. HEX triplet: A0, 5C and 51. RGB value is (160,92,81). Sum of RGB (Red+Green+Blue) = 160+92+81=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05C51 is #5FA3AE. Grayscale: #6F6F6F. Windows color (decimal): -6267823 or 5332128. OLE color: 5332128.

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

Color convert

RGB1609281-
CMYK00.430.490.37
HSL8.35º32.78%47.25%-
HSV(B)8.35º49.38%62.75%-
XYZ19.8115.729.78-
YUV111.08111.03162.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 81 (32.03% from 255) = 24.32%
R=48.05%
G=27.63%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160928100.430.490.378.3532.7847.25
HexA05C5102B31258212f
Octal2401341210536145104157
Binary101000001011100101000101010111100011001011000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05C51; }

 p { color: rgb(160,92,81); }

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

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

 a { background-color: rgb(160,92,81); }

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

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

 span { border-color: rgb(160,92,81); }

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