#A1564C

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

Shades of Crail #A1564C

Tints of Crail #A1564C

Color information

#A1564C (or 0xA1564C) is unknown color: approx Crail. HEX triplet: A1, 56 and 4C. RGB value is (161,86,76). Sum of RGB (Red+Green+Blue) = 161+86+76=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1564C is #5EA9B3. Grayscale: #6B6B6B. Windows color (decimal): -6203828 or 5002913. OLE color: 5002913.

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

Color convert

RGB1618676-
CMYK00.470.530.37
HSL7.06º35.86%46.47%-
HSV(B)7.06º52.8%63.14%-
XYZ19.3314.758.67-
YUV107.28110.35166.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.85%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=49.85%
G=26.63%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161867600.470.530.377.0635.8646.47
HexA1564C02F35257242e
Octal241126114057654574456
Binary10100001101011010011000101111110101100101111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1564C; }

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

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

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

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

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

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

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

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