#A05D4B

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

Shades of Crail #A05D4B

Tints of Crail #A05D4B

Color information

#A05D4B (or 0xA05D4B) is unknown color: approx Crail. HEX triplet: A0, 5D and 4B. RGB value is (160,93,75). Sum of RGB (Red+Green+Blue) = 160+93+75=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05D4B is #5FA2B4. Grayscale: #6F6F6F. Windows color (decimal): -6267573 or 4939168. OLE color: 4939168.

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

Color convert

RGB1609375-
CMYK00.420.530.37
HSL12.71º36.17%46.08%-
HSV(B)12.71º53.12%62.75%-
XYZ19.6815.818.67-
YUV110.98107.7162.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.78%
GREEN value IS 93 (36.72% from 255) = 28.35%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=48.78%
G=28.35%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160937500.420.530.3712.7136.1746.08
HexA05D4B02A3525d242e
Octal2401351130526545154456
Binary101000001011101100101101010101101011001011101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05D4B; }

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

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

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

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

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

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

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

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