#A95946

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

Shades of Crail #A95946

Tints of Crail #A95946

Color information

#A95946 (or 0xA95946) is unknown color: approx Crail. HEX triplet: A9, 59 and 46. RGB value is (169,89,70). Sum of RGB (Red+Green+Blue) = 169+89+70=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A95946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95946 is #56A6B9. Grayscale: #6E6E6E. Windows color (decimal): -5678778 or 4610473. OLE color: 4610473.

HSL color Cylindrical-coordinate representation of color #A95946: hue angle of 11.52º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A95946 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB1698970-
CMYK00.470.590.34
HSL11.52º41.42%46.86%-
HSV(B)11.52º58.58%66.27%-
XYZ21.0416.027.78-
YUV110.75105169.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.52%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 70 (27.73% from 255) = 21.34%
R=51.52%
G=27.13%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169897000.470.590.3411.5241.4246.86
HexA9594602F3B22c292f
Octal2511311060577342145157
Binary101010011011001100011001011111110111000101100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95946; }

 p { color: rgb(169,89,70); }

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

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

 a { background-color: rgb(169,89,70); }

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

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

 span { border-color: rgb(169,89,70); }

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