#A15A54

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

Shades of Crail #A15A54

Tints of Crail #A15A54

Color information

#A15A54 (or 0xA15A54) is unknown color: approx Crail. HEX triplet: A1, 5A and 54. RGB value is (161,90,84). Sum of RGB (Red+Green+Blue) = 161+90+84=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15A54 is #5EA5AB. Grayscale: #6E6E6E. Windows color (decimal): -6202796 or 5528225. OLE color: 5528225.

HSL color Cylindrical-coordinate representation of color #A15A54: hue angle of 4.68º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15A54 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB1619084-
CMYK00.440.480.37
HSL4.68º31.43%48.04%-
HSV(B)4.68º47.83%63.14%-
XYZ19.9515.5310.33-
YUV110.54113.02163.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=48.06%
G=26.87%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161908400.440.480.374.6831.4348.04
HexA15A5402C302551f30
Octal241132124054604553760
Binary1010000110110101010100010110011000010010110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15A54; }

 p { color: rgb(161,90,84); }

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

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

 a { background-color: rgb(161,90,84); }

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

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

 span { border-color: rgb(161,90,84); }

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