#A1544A

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

Shades of Crail #A1544A

Tints of Crail #A1544A

Color information

#A1544A (or 0xA1544A) is unknown color: approx Crail. HEX triplet: A1, 54 and 4A. RGB value is (161,84,74). Sum of RGB (Red+Green+Blue) = 161+84+74=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1544A is #5EABB5. Grayscale: #696969. Windows color (decimal): -6204342 or 4871329. OLE color: 4871329.

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

Color convert

RGB1618474-
CMYK00.480.540.37
HSL6.9º37.02%46.08%-
HSV(B)6.9º54.04%63.14%-
XYZ19.114.418.25-
YUV105.88110.01167.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.47%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=50.47%
G=26.33%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161847400.480.540.376.937.0246.08
HexA1544A03036257252e
Octal241124112060664574556
Binary10100001101010010010100110000110110100101111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1544A; }

 p { color: rgb(161,84,74); }

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

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

 a { background-color: rgb(161,84,74); }

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

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

 span { border-color: rgb(161,84,74); }

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