#A15146

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

Shades of Crail #A15146

Tints of Crail #A15146

Color information

#A15146 (or 0xA15146) is unknown color: approx Crail. HEX triplet: A1, 51 and 46. RGB value is (161,81,70). Sum of RGB (Red+Green+Blue) = 161+81+70=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A15146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15146 is #5EAEB9. Grayscale: #676767. Windows color (decimal): -6205114 or 4608417. OLE color: 4608417.

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

Color convert

RGB1618170-
CMYK00.500.570.37
HSL7.25º39.39%45.29%-
HSV(B)7.25º56.52%63.14%-
XYZ18.7513.97.49-
YUV103.67109168.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.60%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=51.60%
G=25.96%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161817000.500.570.377.2539.3945.29
HexA1514603239257272d
Octal241121106062714574755
Binary10100001101000110001100110010111001100101111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15146; }

 p { color: rgb(161,81,70); }

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

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

 a { background-color: rgb(161,81,70); }

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

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

 span { border-color: rgb(161,81,70); }

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