#A15D4E

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

Shades of Crail #A15D4E

Tints of Crail #A15D4E

Color information

#A15D4E (or 0xA15D4E) is unknown color: approx Crail. HEX triplet: A1, 5D and 4E. RGB value is (161,93,78). Sum of RGB (Red+Green+Blue) = 161+93+78=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15D4E is #5EA2B1. Grayscale: #6F6F6F. Windows color (decimal): -6202034 or 5135777. OLE color: 5135777.

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

Color convert

RGB1619378-
CMYK00.420.520.37
HSL10.84º34.73%46.86%-
HSV(B)10.84º51.55%63.14%-
XYZ19.9915.969.23-
YUV111.62109.03163.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 93 (36.72% from 255) = 28.01%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=48.49%
G=28.01%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161937800.420.520.3710.8434.7346.86
HexA15D4E02A3425b232f
Octal2411351160526445134357
Binary101000011011101100111001010101101001001011011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15D4E; }

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

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

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

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

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

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

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

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