#A86051

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

Shades of Crail #A86051

Tints of Crail #A86051

Color information

#A86051 (or 0xA86051) is unknown color: approx Crail. HEX triplet: A8, 60 and 51. RGB value is (168,96,81). Sum of RGB (Red+Green+Blue) = 168+96+81=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A86051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86051 is #579FAE. Grayscale: #737373. Windows color (decimal): -5742511 or 5333160. OLE color: 5333160.

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

Color convert

RGB1689681-
CMYK00.430.520.34
HSL10.34º34.94%48.82%-
HSV(B)10.34º51.79%65.88%-
XYZ21.8217.289.97-
YUV115.82108.35165.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.70%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=48.70%
G=27.83%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168968100.430.520.3410.3434.9448.82
HexA8605102B3422a2331
Octal2501401210536442124361
Binary101010001100000101000101010111101001000101010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86051; }

 p { color: rgb(168,96,81); }

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

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

 a { background-color: rgb(168,96,81); }

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

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

 span { border-color: rgb(168,96,81); }

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