#A95341

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

Shades of Crail #A95341

Tints of Crail #A95341

Color information

#A95341 (or 0xA95341) is unknown color: approx Crail. HEX triplet: A9, 53 and 41. RGB value is (169,83,65). Sum of RGB (Red+Green+Blue) = 169+83+65=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A95341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95341 is #56ACBE. Grayscale: #6A6A6A. Windows color (decimal): -5680319 or 4281257. OLE color: 4281257.

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

Color convert

RGB1698365-
CMYK00.510.620.34
HSL10.38º44.44%45.88%-
HSV(B)10.38º61.54%66.27%-
XYZ20.41156.82-
YUV106.66104.49172.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.31%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=53.31%
G=26.18%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169836500.510.620.3410.3844.4445.88
HexA953410333E22a2c2e
Octal2511231010637642125456
Binary101010011010011100000101100111111101000101010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95341; }

 p { color: rgb(169,83,65); }

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

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

 a { background-color: rgb(169,83,65); }

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

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

 span { border-color: rgb(169,83,65); }

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