#A15544

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

Shades of Crail #A15544

Tints of Crail #A15544

Color information

#A15544 (or 0xA15544) is unknown color: approx Crail. HEX triplet: A1, 55 and 44. RGB value is (161,85,68). Sum of RGB (Red+Green+Blue) = 161+85+68=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A15544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15544 is #5EAABB. Grayscale: #696969. Windows color (decimal): -6204092 or 4478369. OLE color: 4478369.

HSL color Cylindrical-coordinate representation of color #A15544: hue angle of 10.97º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A15544 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB1618568-
CMYK00.470.580.37
HSL10.97º40.61%44.9%-
HSV(B)10.97º57.76%63.14%-
XYZ18.9914.497.27-
YUV105.79106.68167.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.27%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 68 (26.95% from 255) = 21.66%
R=51.27%
G=27.07%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161856800.470.580.3710.9740.6144.9
HexA1554402F3A25b292d
Octal2411251040577245135155
Binary101000011010101100010001011111110101001011011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15544; }

 p { color: rgb(161,85,68); }

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

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

 a { background-color: rgb(161,85,68); }

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

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

 span { border-color: rgb(161,85,68); }

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