#A95E54

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

Shades of Crail #A95E54

Tints of Crail #A95E54

Color information

#A95E54 (or 0xA95E54) is unknown color: approx Crail. HEX triplet: A9, 5E and 54. RGB value is (169,94,84). Sum of RGB (Red+Green+Blue) = 169+94+84=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95E54 is #56A1AB. Grayscale: #737373. Windows color (decimal): -5677484 or 5529257. OLE color: 5529257.

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

Color convert

RGB1699484-
CMYK00.440.500.34
HSL7.06º33.6%49.61%-
HSV(B)7.06º50.3%66.27%-
XYZ21.9717.0810.53-
YUV115.28110.35166.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 94 (37.11% from 255) = 27.09%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=48.70%
G=27.09%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169948400.440.500.347.0633.649.61
HexA95E5402C322272232
Octal251136124054624274262
Binary10101001101111010101000101100110010100010111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95E54; }

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

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

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

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

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

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

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

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