#A95F4C

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

Shades of Crail #A95F4C

Tints of Crail #A95F4C

Color information

#A95F4C (or 0xA95F4C) is unknown color: approx Crail. HEX triplet: A9, 5F and 4C. RGB value is (169,95,76). Sum of RGB (Red+Green+Blue) = 169+95+76=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95F4C is #56A0B3. Grayscale: #737373. Windows color (decimal): -5677236 or 5005225. OLE color: 5005225.

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

Color convert

RGB1699576-
CMYK00.440.550.34
HSL12.26º37.96%48.04%-
HSV(B)12.26º55.03%66.27%-
XYZ21.7617.149-
YUV114.96106.02166.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.71%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 76 (30.08% from 255) = 22.35%
R=49.71%
G=27.94%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169957600.440.550.3412.2637.9648.04
HexA95F4C02C3722c2630
Octal2511371140546742144660
Binary101010011011111100110001011001101111000101100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F4C; }

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

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

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

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

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

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

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

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