#a95841

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

Shades of Crail #A95841

Tints of Crail #A95841

Color information

#A95841 (or 0xA95841) is unknown color: approx Crail. HEX triplet: A9, 58 and 41. RGB value is (169,88,65). Sum of RGB (Red+Green+Blue) = 169+88+65=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A95841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95841 is #56A7BE. Grayscale: #6D6D6D. Windows color (decimal): -5679039 or 4282537. OLE color: 4282537.

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

Color convert

RGB1698865-
CMYK00.480.620.34
HSL13.27º44.44%45.88%-
HSV(B)13.27º61.54%66.27%-
XYZ20.8115.86.95-
YUV109.6102.84170.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.48%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 65 (25.78% from 255) = 20.19%
R=52.48%
G=27.33%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169886500.480.620.3413.2744.4445.88
HexA958410303E22d2c2e
Octal2511301010607642155456
Binary101010011011000100000101100001111101000101101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a95841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a95841; }

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

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

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

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

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

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

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

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