#A1584E

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

Shades of Crail #A1584E

Tints of Crail #A1584E

Color information

#A1584E (or 0xA1584E) is unknown color: approx Crail. HEX triplet: A1, 58 and 4E. RGB value is (161,88,78). Sum of RGB (Red+Green+Blue) = 161+88+78=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A1584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1584E is #5EA7B1. Grayscale: #6C6C6C. Windows color (decimal): -6203314 or 5134497. OLE color: 5134497.

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

Color convert

RGB1618878-
CMYK00.450.520.37
HSL7.23º34.73%46.86%-
HSV(B)7.23º51.55%63.14%-
XYZ19.5615.119.09-
YUV108.69110.68165.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=49.24%
G=26.91%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161887800.450.520.377.2334.7346.86
HexA1584E02D34257232f
Octal241130116055644574357
Binary10100001101100010011100101101110100100101111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1584E; }

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

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

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

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

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

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

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

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