#A15C54

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

Shades of Crail #A15C54

Tints of Crail #A15C54

Color information

#A15C54 (or 0xA15C54) is unknown color: approx Crail. HEX triplet: A1, 5C and 54. RGB value is (161,92,84). Sum of RGB (Red+Green+Blue) = 161+92+84=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15C54 is #5EA3AB. Grayscale: #6F6F6F. Windows color (decimal): -6202284 or 5528737. OLE color: 5528737.

HSL color Cylindrical-coordinate representation of color #A15C54: hue angle of 6.23º 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 #A15C54 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB1619284-
CMYK00.430.480.37
HSL6.23º31.43%48.04%-
HSV(B)6.23º47.83%63.14%-
XYZ20.1315.8710.39-
YUV111.72112.36163.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.77%
GREEN value IS 92 (36.33% from 255) = 27.30%
BLUE value IS 84 (33.20% from 255) = 24.93%
R=47.77%
G=27.30%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161928400.430.480.376.2331.4348.04
HexA15C5402B302561f30
Octal241134124053604563760
Binary1010000110111001010100010101111000010010111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15C54; }

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

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

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

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

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

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

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

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