#A15C4B

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

Shades of Crail #A15C4B

Tints of Crail #A15C4B

Color information

#A15C4B (or 0xA15C4B) is unknown color: approx Crail. HEX triplet: A1, 5C and 4B. RGB value is (161,92,75). Sum of RGB (Red+Green+Blue) = 161+92+75=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15C4B is #5EA3B4. Grayscale: #6E6E6E. Windows color (decimal): -6202293 or 4938913. OLE color: 4938913.

HSL color Cylindrical-coordinate representation of color #A15C4B: hue angle of 11.86º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A15C4B is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB1619275-
CMYK00.430.530.37
HSL11.86º36.44%46.27%-
HSV(B)11.86º53.42%63.14%-
XYZ19.815.748.65-
YUV110.69107.86163.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.09%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=49.09%
G=28.05%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161927500.430.530.3711.8636.4446.27
HexA15C4B02B3525c242e
Octal2411341130536545144456
Binary101000011011100100101101010111101011001011100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15C4B; }

 p { color: rgb(161,92,75); }

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

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

 a { background-color: rgb(161,92,75); }

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

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

 span { border-color: rgb(161,92,75); }

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