#A95D54

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

Shades of Crail #A95D54

Tints of Crail #A95D54

Color information

#A95D54 (or 0xA95D54) is unknown color: approx Crail. HEX triplet: A9, 5D and 54. RGB value is (169,93,84). Sum of RGB (Red+Green+Blue) = 169+93+84=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95D54 is #56A2AB. Grayscale: #727272. Windows color (decimal): -5677740 or 5529001. OLE color: 5529001.

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

Color convert

RGB1699384-
CMYK00.450.500.34
HSL6.35º33.6%49.61%-
HSV(B)6.35º50.3%66.27%-
XYZ21.8816.910.5-
YUV114.7110.68166.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 93 (36.72% from 255) = 26.88%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=48.84%
G=26.88%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169938400.450.500.346.3533.649.61
HexA95D5402D322262232
Octal251135124055624264262
Binary10101001101110110101000101101110010100010110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D54; }

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

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

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

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

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

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

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

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