#A95D49

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

Shades of Crail #A95D49

Tints of Crail #A95D49

Color information

#A95D49 (or 0xA95D49) is unknown color: approx Crail. HEX triplet: A9, 5D and 49. RGB value is (169,93,73). Sum of RGB (Red+Green+Blue) = 169+93+73=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95D49 is #56A2B6. Grayscale: #717171. Windows color (decimal): -5677751 or 4808105. OLE color: 4808105.

HSL color Cylindrical-coordinate representation of color #A95D49: hue angle of 12.5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A95D49 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB1699373-
CMYK00.450.570.34
HSL12.5º39.67%47.45%-
HSV(B)12.5º56.8%66.27%-
XYZ21.4816.748.4-
YUV113.44105.18167.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=50.45%
G=27.76%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169937300.450.570.3412.539.6747.45
HexA95D4902D3922d282f
Octal2511351110557142155057
Binary101010011011101100100101011011110011000101101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D49; }

 p { color: rgb(169,93,73); }

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

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

 a { background-color: rgb(169,93,73); }

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

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

 span { border-color: rgb(169,93,73); }

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