#A85649

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

Shades of Crail #A85649

Tints of Crail #A85649

Color information

#A85649 (or 0xA85649) is unknown color: approx Crail. HEX triplet: A8, 56 and 49. RGB value is (168,86,73). Sum of RGB (Red+Green+Blue) = 168+86+73=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A85649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85649 is #57A9B6. Grayscale: #6D6D6D. Windows color (decimal): -5745079 or 4806312. OLE color: 4806312.

HSL color Cylindrical-coordinate representation of color #A85649: hue angle of 8.21º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85649 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB1688673-
CMYK00.490.570.34
HSL8.21º39.42%47.25%-
HSV(B)8.21º56.55%65.88%-
XYZ20.6815.468.2-
YUV109.04107.67170.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.38%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=51.38%
G=26.30%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168867300.490.570.348.2139.4247.25
HexA8564903139228272f
Octal2501261110617142104757
Binary101010001010110100100101100011110011000101000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85649; }

 p { color: rgb(168,86,73); }

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

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

 a { background-color: rgb(168,86,73); }

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

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

 span { border-color: rgb(168,86,73); }

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