#A15F4C

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

Shades of Crail #A15F4C

Tints of Crail #A15F4C

Color information

#A15F4C (or 0xA15F4C) is unknown color: approx Crail. HEX triplet: A1, 5F and 4C. RGB value is (161,95,76). Sum of RGB (Red+Green+Blue) = 161+95+76=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F4C is #5EA0B3. Grayscale: #707070. Windows color (decimal): -6201524 or 5005217. OLE color: 5005217.

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

Color convert

RGB1619576-
CMYK00.410.530.37
HSL13.41º35.86%46.47%-
HSV(B)13.41º52.8%63.14%-
XYZ20.0916.288.92-
YUV112.57107.37162.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=48.49%
G=28.61%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161957600.410.530.3713.4135.8646.47
HexA15F4C0293525d242e
Octal2411371140516545154456
Binary101000011011111100110001010011101011001011101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15F4C; }

 p { color: rgb(161,95,76); }

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

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

 a { background-color: rgb(161,95,76); }

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

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

 span { border-color: rgb(161,95,76); }

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