#A85A4E

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

Shades of Crail #A85A4E

Tints of Crail #A85A4E

Color information

#A85A4E (or 0xA85A4E) is unknown color: approx Crail. HEX triplet: A8, 5A and 4E. RGB value is (168,90,78). Sum of RGB (Red+Green+Blue) = 168+90+78=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A4E is #57A5B1. Grayscale: #707070. Windows color (decimal): -5744050 or 5135016. OLE color: 5135016.

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

Color convert

RGB1689078-
CMYK00.460.540.34
HSL36.59%48.24%-
HSV(B)53.57%65.88%-
XYZ21.1816.199.22-
YUV111.95108.84167.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=50%
G=26.79%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168907800.460.540.34836.5948.24
HexA85A4E02E362282530
Octal2501321160566642104560
Binary101010001011010100111001011101101101000101000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A4E; }

 p { color: rgb(168,90,78); }

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

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

 a { background-color: rgb(168,90,78); }

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

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

 span { border-color: rgb(168,90,78); }

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