#A05650

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

Shades of Crail #A05650

Tints of Crail #A05650

Color information

#A05650 (or 0xA05650) is unknown color: approx Crail. HEX triplet: A0, 56 and 50. RGB value is (160,86,80). Sum of RGB (Red+Green+Blue) = 160+86+80=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A05650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05650 is #5FA9AF. Grayscale: #6B6B6B. Windows color (decimal): -6269360 or 5265056. OLE color: 5265056.

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

Color convert

RGB1608680-
CMYK00.460.50.37
HSL4.5º33.33%47.06%-
HSV(B)4.5º50%62.75%-
XYZ19.2714.719.41-
YUV107.44112.52165.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=49.08%
G=26.38%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160868000.460.50.374.533.3347.06
HexA0565002E32255212f
Octal240126120056624554157
Binary10100000101011010100000101110110010100101101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05650; }

 p { color: rgb(160,86,80); }

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

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

 a { background-color: rgb(160,86,80); }

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

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

 span { border-color: rgb(160,86,80); }

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