#A85441

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

Shades of Crail #A85441

Tints of Crail #A85441

Color information

#A85441 (or 0xA85441) is unknown color: approx Crail. HEX triplet: A8, 54 and 41. RGB value is (168,84,65). Sum of RGB (Red+Green+Blue) = 168+84+65=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A85441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85441 is #57ABBE. Grayscale: #6B6B6B. Windows color (decimal): -5745599 or 4281512. OLE color: 4281512.

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

Color convert

RGB1688465-
CMYK00.50.610.34
HSL11.07º44.21%45.69%-
HSV(B)11.07º61.31%65.88%-
XYZ20.2715.056.84-
YUV106.95104.33171.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.00%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=53.00%
G=26.50%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168846500.50.610.3411.0744.2145.69
HexA854410323D22b2c2e
Octal2501241010627542135456
Binary101010001010100100000101100101111011000101011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85441; }

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

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

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

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

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

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

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

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