#A05D4C

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

Shades of Crail #A05D4C

Tints of Crail #A05D4C

Color information

#A05D4C (or 0xA05D4C) is unknown color: approx Crail. HEX triplet: A0, 5D and 4C. RGB value is (160,93,76). Sum of RGB (Red+Green+Blue) = 160+93+76=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05D4C is #5FA2B3. Grayscale: #6F6F6F. Windows color (decimal): -6267572 or 5004704. OLE color: 5004704.

HSL color Cylindrical-coordinate representation of color #A05D4C: hue angle of 12.14º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A05D4C is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB1609376-
CMYK00.420.520.37
HSL12.14º35.59%46.27%-
HSV(B)12.14º52.5%62.75%-
XYZ19.7215.828.85-
YUV111.09108.2162.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.63%
GREEN value IS 93 (36.72% from 255) = 28.27%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=48.63%
G=28.27%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160937600.420.520.3712.1435.5946.27
HexA05D4C02A3425c242e
Octal2401351140526445144456
Binary101000001011101100110001010101101001001011100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05D4C; }

 p { color: rgb(160,93,76); }

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

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

 a { background-color: rgb(160,93,76); }

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

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

 span { border-color: rgb(160,93,76); }

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