#A95840

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

Shades of Crail #A95840

Tints of Crail #A95840

Color information

#A95840 (or 0xA95840) is unknown color: approx Crail. HEX triplet: A9, 58 and 40. RGB value is (169,88,64). Sum of RGB (Red+Green+Blue) = 169+88+64=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A95840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95840 is #56A7BF. Grayscale: #6D6D6D. Windows color (decimal): -5679040 or 4217001. OLE color: 4217001.

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

Color convert

RGB1698864-
CMYK00.480.620.34
HSL13.71º45.06%45.69%-
HSV(B)13.71º62.13%66.27%-
XYZ20.7815.786.8-
YUV109.48102.34170.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.65%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 64 (25.39% from 255) = 19.94%
R=52.65%
G=27.41%
B=19.94%

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
Decimal169886400.480.620.3413.7145.0645.69
HexA958400303E22e2d2e
Octal2511301000607642165556
Binary101010011011000100000001100001111101000101110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95840; }

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

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

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

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

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

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

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

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