#A15D4F

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

Shades of Crail #A15D4F

Tints of Crail #A15D4F

Color information

#A15D4F (or 0xA15D4F) is unknown color: approx Crail. HEX triplet: A1, 5D and 4F. RGB value is (161,93,79). Sum of RGB (Red+Green+Blue) = 161+93+79=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15D4F is #5EA2B0. Grayscale: #6F6F6F. Windows color (decimal): -6202033 or 5201313. OLE color: 5201313.

HSL color Cylindrical-coordinate representation of color #A15D4F: hue angle of 10.24º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A15D4F is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB1619379-
CMYK00.420.510.37
HSL10.24º34.17%47.06%-
HSV(B)10.24º50.93%63.14%-
XYZ20.0215.979.42-
YUV111.74109.53163.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.35%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=48.35%
G=27.93%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161937900.420.510.3710.2434.1747.06
HexA15D4F02A3325a222f
Octal2411351170526345124257
Binary101000011011101100111101010101100111001011010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15D4F; }

 p { color: rgb(161,93,79); }

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

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

 a { background-color: rgb(161,93,79); }

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

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

 span { border-color: rgb(161,93,79); }

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