#A95B4E

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

Shades of Crail #A95B4E

Tints of Crail #A95B4E

Color information

#A95B4E (or 0xA95B4E) is unknown color: approx Crail. HEX triplet: A9, 5B and 4E. RGB value is (169,91,78). Sum of RGB (Red+Green+Blue) = 169+91+78=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95B4E is #56A4B1. Grayscale: #707070. Windows color (decimal): -5678258 or 5135273. OLE color: 5135273.

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

Color convert

RGB1699178-
CMYK00.460.540.34
HSL8.57º36.84%48.43%-
HSV(B)8.57º53.85%66.27%-
XYZ21.4816.479.25-
YUV112.84108.34168.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 78 (30.86% from 255) = 23.08%
R=50%
G=26.92%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169917800.460.540.348.5736.8448.43
HexA95B4E02E362292530
Octal2511331160566642114560
Binary101010011011011100111001011101101101000101001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B4E; }

 p { color: rgb(169,91,78); }

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

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

 a { background-color: rgb(169,91,78); }

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

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

 span { border-color: rgb(169,91,78); }

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