#A15745

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

Shades of Crail #A15745

Tints of Crail #A15745

Color information

#A15745 (or 0xA15745) is unknown color: approx Crail. HEX triplet: A1, 57 and 45. RGB value is (161,87,69). Sum of RGB (Red+Green+Blue) = 161+87+69=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A15745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15745 is #5EA8BA. Grayscale: #6B6B6B. Windows color (decimal): -6203579 or 4544417. OLE color: 4544417.

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

Color convert

RGB1618769-
CMYK00.460.570.37
HSL11.74º40%45.1%-
HSV(B)11.74º57.14%63.14%-
XYZ19.1814.827.48-
YUV107.07106.52166.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.79%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=50.79%
G=27.44%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161876900.460.570.3711.744045.1
HexA1574502E3925c282d
Octal2411271050567145145055
Binary101000011010111100010101011101110011001011100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15745; }

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

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

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

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

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

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

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

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