#A1564E

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

Shades of Crail #A1564E

Tints of Crail #A1564E

Color information

#A1564E (or 0xA1564E) is unknown color: approx Crail. HEX triplet: A1, 56 and 4E. RGB value is (161,86,78). Sum of RGB (Red+Green+Blue) = 161+86+78=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1564E is #5EA9B1. Grayscale: #6B6B6B. Windows color (decimal): -6203826 or 5133985. OLE color: 5133985.

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

Color convert

RGB1618678-
CMYK00.470.520.37
HSL5.78º34.73%46.86%-
HSV(B)5.78º51.55%63.14%-
XYZ19.414.789.04-
YUV107.51111.35166.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 78 (30.86% from 255) = 24%
R=49.54%
G=26.46%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161867800.470.520.375.7834.7346.86
HexA1564E02F34256232f
Octal241126116057644564357
Binary10100001101011010011100101111110100100101110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1564E; }

 p { color: rgb(161,86,78); }

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

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

 a { background-color: rgb(161,86,78); }

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

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

 span { border-color: rgb(161,86,78); }

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