#A1594C

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

Shades of Crail #A1594C

Tints of Crail #A1594C

Color information

#A1594C (or 0xA1594C) is unknown color: approx Crail. HEX triplet: A1, 59 and 4C. RGB value is (161,89,76). Sum of RGB (Red+Green+Blue) = 161+89+76=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1594C is #5EA6B3. Grayscale: #6D6D6D. Windows color (decimal): -6203060 or 5003681. OLE color: 5003681.

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

Color convert

RGB1618976-
CMYK00.450.530.37
HSL9.18º35.86%46.47%-
HSV(B)9.18º52.8%63.14%-
XYZ19.5715.248.75-
YUV109.05109.35165.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.39%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 76 (30.08% from 255) = 23.31%
R=49.39%
G=27.30%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161897600.450.530.379.1835.8646.47
HexA1594C02D35259242e
Octal2411311140556545114456
Binary101000011011001100110001011011101011001011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1594C; }

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

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

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

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

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

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

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

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