#A15750

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

Shades of Crail #A15750

Tints of Crail #A15750

Color information

#A15750 (or 0xA15750) is unknown color: approx Crail. HEX triplet: A1, 57 and 50. RGB value is (161,87,80). Sum of RGB (Red+Green+Blue) = 161+87+80=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A15750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15750 is #5EA8AF. Grayscale: #6C6C6C. Windows color (decimal): -6203568 or 5265313. OLE color: 5265313.

HSL color Cylindrical-coordinate representation of color #A15750: hue angle of 5.19º degrees, saturation: 0.34, 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 #A15750 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB1618780-
CMYK00.460.500.37
HSL5.19º33.61%47.25%-
HSV(B)5.19º50.31%63.14%-
XYZ19.5514.979.45-
YUV108.33112.02165.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.09%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=49.09%
G=26.52%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161878000.460.500.375.1933.6147.25
HexA1575002E32255222f
Octal241127120056624554257
Binary10100001101011110100000101110110010100101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15750; }

 p { color: rgb(161,87,80); }

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

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

 a { background-color: rgb(161,87,80); }

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

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

 span { border-color: rgb(161,87,80); }

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