#A65B51

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

Shades of Crail #A65B51

Tints of Crail #A65B51

Color information

#A65B51 (or 0xA65B51) is unknown color: approx Crail. HEX triplet: A6, 5B and 51. RGB value is (166,91,81). Sum of RGB (Red+Green+Blue) = 166+91+81=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B51 is #59A4AE. Grayscale: #707070. Windows color (decimal): -5874863 or 5331878. OLE color: 5331878.

HSL color Cylindrical-coordinate representation of color #A65B51: hue angle of 7.06º 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 #A65B51 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1669181-
CMYK00.450.510.35
HSL7.06º34.41%48.43%-
HSV(B)7.06º51.2%65.1%-
XYZ20.9516.189.8-
YUV112.28110.35166.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.11%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 81 (32.03% from 255) = 23.96%
R=49.11%
G=26.92%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166918100.450.510.357.0634.4148.43
HexA65B5102D332372230
Octal246133121055634374260
Binary10100110101101110100010101101110011100011111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B51; }

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

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

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

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

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

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

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

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