#A05B4F

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

Shades of Crail #A05B4F

Tints of Crail #A05B4F

Color information

#A05B4F (or 0xA05B4F) is unknown color: approx Crail. HEX triplet: A0, 5B and 4F. RGB value is (160,91,79). Sum of RGB (Red+Green+Blue) = 160+91+79=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05B4F is #5FA4B0. Grayscale: #6E6E6E. Windows color (decimal): -6268081 or 5200800. OLE color: 5200800.

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

Color convert

RGB1609179-
CMYK00.430.510.37
HSL8.89º33.89%46.86%-
HSV(B)8.89º50.63%62.75%-
XYZ19.6515.529.36-
YUV110.26110.36163.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.48%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 79 (31.25% from 255) = 23.94%
R=48.48%
G=27.58%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160917900.430.510.378.8933.8946.86
HexA05B4F02B33259222f
Octal2401331170536345114257
Binary101000001011011100111101010111100111001011001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05B4F; }

 p { color: rgb(160,91,79); }

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

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

 a { background-color: rgb(160,91,79); }

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

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

 span { border-color: rgb(160,91,79); }

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