#A65951

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

Shades of Crail #A65951

Tints of Crail #A65951

Color information

#A65951 (or 0xA65951) is unknown color: approx Crail. HEX triplet: A6, 59 and 51. RGB value is (166,89,81). Sum of RGB (Red+Green+Blue) = 166+89+81=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A65951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65951 is #59A6AE. Grayscale: #6F6F6F. Windows color (decimal): -5875375 or 5331366. OLE color: 5331366.

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

Color convert

RGB1668981-
CMYK00.460.510.35
HSL5.65º34.41%48.43%-
HSV(B)5.65º51.2%65.1%-
XYZ20.7815.859.75-
YUV111.11111.01167.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 81 (32.03% from 255) = 24.11%
R=49.40%
G=26.49%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166898100.460.510.355.6534.4148.43
HexA6595102E332362230
Octal246131121056634364260
Binary10100110101100110100010101110110011100011110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65951; }

 p { color: rgb(166,89,81); }

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

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

 a { background-color: rgb(166,89,81); }

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

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

 span { border-color: rgb(166,89,81); }

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