#A95F4D

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

Shades of Crail #A95F4D

Tints of Crail #A95F4D

Color information

#A95F4D (or 0xA95F4D) is unknown color: approx Crail. HEX triplet: A9, 5F and 4D. RGB value is (169,95,77). Sum of RGB (Red+Green+Blue) = 169+95+77=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95F4D is #56A0B2. Grayscale: #737373. Windows color (decimal): -5677235 or 5070761. OLE color: 5070761.

HSL color Cylindrical-coordinate representation of color #A95F4D: hue angle of 11.74º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A95F4D is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB1699577-
CMYK00.440.540.34
HSL11.74º37.4%48.24%-
HSV(B)11.74º54.44%66.27%-
XYZ21.7917.169.18-
YUV115.07106.52166.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.56%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=49.56%
G=27.86%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169957700.440.540.3411.7437.448.24
HexA95F4D02C3622c2530
Octal2511371150546642144560
Binary101010011011111100110101011001101101000101100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F4D; }

 p { color: rgb(169,95,77); }

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

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

 a { background-color: rgb(169,95,77); }

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

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

 span { border-color: rgb(169,95,77); }

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