#A15C50

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

Shades of Crail #A15C50

Tints of Crail #A15C50

Color information

#A15C50 (or 0xA15C50) is unknown color: approx Crail. HEX triplet: A1, 5C and 50. RGB value is (161,92,80). Sum of RGB (Red+Green+Blue) = 161+92+80=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15C50 is #5EA3AF. Grayscale: #6F6F6F. Windows color (decimal): -6202288 or 5266593. OLE color: 5266593.

HSL color Cylindrical-coordinate representation of color #A15C50: 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.5%. Process color model (Four color, CMYK) of #A15C50 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB1619280-
CMYK00.430.500.37
HSL8.89º33.61%47.25%-
HSV(B)8.89º50.31%63.14%-
XYZ19.9715.819.59-
YUV111.26110.36163.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.35%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 80 (31.64% from 255) = 24.02%
R=48.35%
G=27.63%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161928000.430.500.378.8933.6147.25
HexA15C5002B32259222f
Octal2411341200536245114257
Binary101000011011100101000001010111100101001011001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15C50; }

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

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

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

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

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

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

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

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