#A15954

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

Shades of Crail #A15954

Tints of Crail #A15954

Color information

#A15954 (or 0xA15954) is unknown color: approx Crail. HEX triplet: A1, 59 and 54. RGB value is (161,89,84). Sum of RGB (Red+Green+Blue) = 161+89+84=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A15954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15954 is #5EA6AB. Grayscale: #6E6E6E. Windows color (decimal): -6203052 or 5527969. OLE color: 5527969.

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

Color convert

RGB1618984-
CMYK00.450.480.37
HSL3.9º31.43%48.04%-
HSV(B)3.9º47.83%63.14%-
XYZ19.8715.3610.31-
YUV109.96113.35164.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.20%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=48.20%
G=26.65%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161898400.450.480.373.931.4348.04
HexA1595402D302541f30
Octal241131124055604543760
Binary1010000110110011010100010110111000010010110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15954; }

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

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

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

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

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

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

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

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