#A15B4E

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

Shades of Crail #A15B4E

Tints of Crail #A15B4E

Color information

#A15B4E (or 0xA15B4E) is unknown color: approx Crail. HEX triplet: A1, 5B and 4E. RGB value is (161,91,78). Sum of RGB (Red+Green+Blue) = 161+91+78=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15B4E is #5EA4B1. Grayscale: #6E6E6E. Windows color (decimal): -6202546 or 5135265. OLE color: 5135265.

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

Color convert

RGB1619178-
CMYK00.430.520.37
HSL9.4º34.73%46.86%-
HSV(B)9.4º51.55%63.14%-
XYZ19.8115.619.18-
YUV110.45109.69164.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.79%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=48.79%
G=27.58%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161917800.430.520.379.434.7346.86
HexA15B4E02B34259232f
Octal2411331160536445114357
Binary101000011011011100111001010111101001001011001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15B4E; }

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

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

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

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

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

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

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

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