#A95F4B

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

Shades of Crail #A95F4B

Tints of Crail #A95F4B

Color information

#A95F4B (or 0xA95F4B) is unknown color: approx Crail. HEX triplet: A9, 5F and 4B. RGB value is (169,95,75). Sum of RGB (Red+Green+Blue) = 169+95+75=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95F4B is #56A0B4. Grayscale: #737373. Windows color (decimal): -5677237 or 4939689. OLE color: 4939689.

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

Color convert

RGB1699575-
CMYK00.440.560.34
HSL12.77º38.52%47.84%-
HSV(B)12.77º55.62%66.27%-
XYZ21.7217.138.82-
YUV114.85105.52166.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 95 (37.5% from 255) = 28.02%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=49.85%
G=28.02%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169957500.440.560.3412.7738.5247.84
HexA95F4B02C3822d2730
Octal2511371130547042154760
Binary101010011011111100101101011001110001000101101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F4B; }

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

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

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

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

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

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

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

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