#A1604C

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

Shades of Crail #A1604C

Tints of Crail #A1604C

Color information

#A1604C (or 0xA1604C) is unknown color: approx Crail. HEX triplet: A1, 60 and 4C. RGB value is (161,96,76). Sum of RGB (Red+Green+Blue) = 161+96+76=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A1604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1604C is #5E9FB3. Grayscale: #717171. Windows color (decimal): -6201268 or 5005473. OLE color: 5005473.

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

Color convert

RGB1619676-
CMYK00.400.530.37
HSL14.12º35.86%46.47%-
HSV(B)14.12º52.8%63.14%-
XYZ20.1916.468.95-
YUV113.15107.03162.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.35%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=48.35%
G=28.83%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161967600.400.530.3714.1235.8646.47
HexA1604C0283525e242e
Octal2411401140506545164456
Binary101000011100000100110001010001101011001011110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1604C; }

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

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

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

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

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

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

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

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