#A15A4E

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

Shades of Crail #A15A4E

Tints of Crail #A15A4E

Color information

#A15A4E (or 0xA15A4E) is unknown color: approx Crail. HEX triplet: A1, 5A and 4E. RGB value is (161,90,78). Sum of RGB (Red+Green+Blue) = 161+90+78=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15A4E is #5EA5B1. Grayscale: #6D6D6D. Windows color (decimal): -6202802 or 5135009. OLE color: 5135009.

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

Color convert

RGB1619078-
CMYK00.440.520.37
HSL8.67º34.73%46.86%-
HSV(B)8.67º51.55%63.14%-
XYZ19.7315.449.15-
YUV109.86110.02164.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.94%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=48.94%
G=27.36%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161907800.440.520.378.6734.7346.86
HexA15A4E02C34259232f
Octal2411321160546445114357
Binary101000011011010100111001011001101001001011001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15A4E; }

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

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

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

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

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

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

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

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