#A05F4D

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

Shades of Crail #A05F4D

Tints of Crail #A05F4D

Color information

#A05F4D (or 0xA05F4D) is unknown color: approx Crail. HEX triplet: A0, 5F and 4D. RGB value is (160,95,77). Sum of RGB (Red+Green+Blue) = 160+95+77=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05F4D is #5FA0B2. Grayscale: #707070. Windows color (decimal): -6267059 or 5070752. OLE color: 5070752.

HSL color Cylindrical-coordinate representation of color #A05F4D: hue angle of 13.01º degrees, saturation: 0.35, 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 #A05F4D is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB1609577-
CMYK00.410.520.37
HSL13.01º35.02%46.47%-
HSV(B)13.01º51.88%62.75%-
XYZ19.9316.199.1-
YUV112.38108.03161.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=48.19%
G=28.61%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160957700.410.520.3713.0135.0246.47
HexA05F4D0293425d232e
Octal2401371150516445154356
Binary101000001011111100110101010011101001001011101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F4D; }

 p { color: rgb(160,95,77); }

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

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

 a { background-color: rgb(160,95,77); }

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

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

 span { border-color: rgb(160,95,77); }

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