#A1503E

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

Shades of Crail #A1503E

Tints of Crail #A1503E

Color information

#A1503E (or 0xA1503E) is unknown color: approx Crail. HEX triplet: A1, 50 and 3E. RGB value is (161,80,62). Sum of RGB (Red+Green+Blue) = 161+80+62=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A1503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1503E is #5EAFC1. Grayscale: #666666. Windows color (decimal): -6205378 or 4083873. OLE color: 4083873.

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

Color convert

RGB1618062-
CMYK00.500.610.37
HSL10.91º44.39%43.73%-
HSV(B)10.91º61.49%63.14%-
XYZ18.4413.666.22-
YUV102.17105.34169.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.14%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=53.14%
G=26.40%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161806200.500.610.3710.9144.3943.73
HexA1503E0323D25b2c2c
Octal241120760627545135454
Binary10100001101000011111001100101111011001011011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1503E; }

 p { color: rgb(161,80,62); }

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

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

 a { background-color: rgb(161,80,62); }

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

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

 span { border-color: rgb(161,80,62); }

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