#A85C46

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

Shades of Crail #A85C46

Tints of Crail #A85C46

Color information

#A85C46 (or 0xA85C46) is unknown color: approx Crail. HEX triplet: A8, 5C and 46. RGB value is (168,92,70). Sum of RGB (Red+Green+Blue) = 168+92+70=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85C46 is #57A3B9. Grayscale: #707070. Windows color (decimal): -5743546 or 4611240. OLE color: 4611240.

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

Color convert

RGB1689270-
CMYK00.450.580.34
HSL13.47º41.18%46.67%-
HSV(B)13.47º58.33%65.88%-
XYZ21.0816.427.85-
YUV112.22104.18167.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.91%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 70 (27.73% from 255) = 21.21%
R=50.91%
G=27.88%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168927000.450.580.3413.4741.1846.67
HexA85C4602D3A22d292f
Octal2501341060557242155157
Binary101010001011100100011001011011110101000101101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85C46; }

 p { color: rgb(168,92,70); }

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

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

 a { background-color: rgb(168,92,70); }

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

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

 span { border-color: rgb(168,92,70); }

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