#A85141

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

Shades of Crail #A85141

Tints of Crail #A85141

Color information

#A85141 (or 0xA85141) is unknown color: approx Crail. HEX triplet: A8, 51 and 41. RGB value is (168,81,65). Sum of RGB (Red+Green+Blue) = 168+81+65=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A85141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85141 is #57AEBE. Grayscale: #696969. Windows color (decimal): -5746367 or 4280744. OLE color: 4280744.

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

Color convert

RGB1688165-
CMYK00.520.610.34
HSL9.32º44.21%45.69%-
HSV(B)9.32º61.31%65.88%-
XYZ20.0514.596.76-
YUV105.19105.32172.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.50%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 65 (25.78% from 255) = 20.70%
R=53.50%
G=25.80%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168816500.520.610.349.3244.2145.69
HexA851410343D2292c2e
Octal2501211010647542115456
Binary101010001010001100000101101001111011000101001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85141; }

 p { color: rgb(168,81,65); }

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

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

 a { background-color: rgb(168,81,65); }

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

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

 span { border-color: rgb(168,81,65); }

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