#A65A51

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

Shades of Crail #A65A51

Tints of Crail #A65A51

Color information

#A65A51 (or 0xA65A51) is unknown color: approx Crail. HEX triplet: A6, 5A and 51. RGB value is (166,90,81). Sum of RGB (Red+Green+Blue) = 166+90+81=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65A51 is #59A5AE. Grayscale: #6F6F6F. Windows color (decimal): -5875119 or 5331622. OLE color: 5331622.

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

Color convert

RGB1669081-
CMYK00.460.510.35
HSL6.35º34.41%48.43%-
HSV(B)6.35º51.2%65.1%-
XYZ20.8716.019.78-
YUV111.7110.68166.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 90 (35.55% from 255) = 26.71%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=49.26%
G=26.71%
B=24.04%

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
Decimal166908100.460.510.356.3534.4148.43
HexA65A5102E332362230
Octal246132121056634364260
Binary10100110101101010100010101110110011100011110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A51; }

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

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

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

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

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

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

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

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