#A1554B

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

Shades of Crail #A1554B

Tints of Crail #A1554B

Color information

#A1554B (or 0xA1554B) is unknown color: approx Crail. HEX triplet: A1, 55 and 4B. RGB value is (161,85,75). Sum of RGB (Red+Green+Blue) = 161+85+75=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1554B is #5EAAB4. Grayscale: #6A6A6A. Windows color (decimal): -6204085 or 4937121. OLE color: 4937121.

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

Color convert

RGB1618575-
CMYK00.470.530.37
HSL6.98º36.44%46.27%-
HSV(B)6.98º53.42%63.14%-
XYZ19.2214.588.46-
YUV106.58110.18166.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.16%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=50.16%
G=26.48%
B=23.36%

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
Decimal161857500.470.530.376.9836.4446.27
HexA1554B02F35257242e
Octal241125113057654574456
Binary10100001101010110010110101111110101100101111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1554B; }

 p { color: rgb(161,85,75); }

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

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

 a { background-color: rgb(161,85,75); }

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

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

 span { border-color: rgb(161,85,75); }

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