#A85040

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

Shades of Crail #A85040

Tints of Crail #A85040

Color information

#A85040 (or 0xA85040) is unknown color: approx Crail. HEX triplet: A8, 50 and 40. RGB value is (168,80,64). Sum of RGB (Red+Green+Blue) = 168+80+64=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A85040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85040 is #57AFBF. Grayscale: #686868. Windows color (decimal): -5746624 or 4214952. OLE color: 4214952.

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

Color convert

RGB1688064-
CMYK00.520.620.34
HSL9.23º44.83%45.49%-
HSV(B)9.23º61.9%65.88%-
XYZ19.9414.436.59-
YUV104.49105.15173.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.85%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=53.85%
G=25.64%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168806400.520.620.349.2344.8345.49
HexA850400343E2292d2d
Octal2501201000647642115555
Binary101010001010000100000001101001111101000101001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85040; }

 p { color: rgb(168,80,64); }

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

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

 a { background-color: rgb(168,80,64); }

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

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

 span { border-color: rgb(168,80,64); }

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