#A15645

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

Shades of Crail #A15645

Tints of Crail #A15645

Color information

#A15645 (or 0xA15645) is unknown color: approx Crail. HEX triplet: A1, 56 and 45. RGB value is (161,86,69). Sum of RGB (Red+Green+Blue) = 161+86+69=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A15645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15645 is #5EA9BA. Grayscale: #6A6A6A. Windows color (decimal): -6203835 or 4544161. OLE color: 4544161.

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

Color convert

RGB1618669-
CMYK00.470.570.37
HSL11.09º40%45.1%-
HSV(B)11.09º57.14%63.14%-
XYZ19.114.667.45-
YUV106.49106.85166.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.95%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 69 (27.34% from 255) = 21.84%
R=50.95%
G=27.22%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161866900.470.570.3711.094045.1
HexA1564502F3925b282d
Octal2411261050577145135055
Binary101000011010110100010101011111110011001011011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15645; }

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

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

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

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

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

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

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

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