#A15847

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

Shades of Crail #A15847

Tints of Crail #A15847

Color information

#A15847 (or 0xA15847) is unknown color: approx Crail. HEX triplet: A1, 58 and 47. RGB value is (161,88,71). Sum of RGB (Red+Green+Blue) = 161+88+71=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A15847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15847 is #5EA7B8. Grayscale: #6C6C6C. Windows color (decimal): -6203321 or 4675745. OLE color: 4675745.

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

Color convert

RGB1618871-
CMYK00.450.560.37
HSL11.33º38.79%45.49%-
HSV(B)11.33º55.9%63.14%-
XYZ19.3215.017.84-
YUV107.89107.18165.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.31%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 71 (28.12% from 255) = 22.19%
R=50.31%
G=27.5%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161887100.450.560.3711.3338.7945.49
HexA1584702D3825b272d
Octal2411301070557045134755
Binary101000011011000100011101011011110001001011011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15847; }

 p { color: rgb(161,88,71); }

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

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

 a { background-color: rgb(161,88,71); }

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

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

 span { border-color: rgb(161,88,71); }

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