#A15747

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

Shades of Crail #A15747

Tints of Crail #A15747

Color information

#A15747 (or 0xA15747) is unknown color: approx Crail. HEX triplet: A1, 57 and 47. RGB value is (161,87,71). Sum of RGB (Red+Green+Blue) = 161+87+71=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A15747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15747 is #5EA8B8. Grayscale: #6B6B6B. Windows color (decimal): -6203577 or 4675489. OLE color: 4675489.

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

Color convert

RGB1618771-
CMYK00.460.560.37
HSL10.67º38.79%45.49%-
HSV(B)10.67º55.9%63.14%-
XYZ19.2414.857.81-
YUV107.3107.52166.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.47%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 71 (28.12% from 255) = 22.26%
R=50.47%
G=27.27%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161877100.460.560.3710.6738.7945.49
HexA1574702E3825b272d
Octal2411271070567045134755
Binary101000011010111100011101011101110001001011011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15747; }

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

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

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

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

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

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

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

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