#A65C51

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

Shades of Crail #A65C51

Tints of Crail #A65C51

Color information

#A65C51 (or 0xA65C51) is unknown color: approx Crail. HEX triplet: A6, 5C and 51. RGB value is (166,92,81). Sum of RGB (Red+Green+Blue) = 166+92+81=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C51 is #59A3AE. Grayscale: #707070. Windows color (decimal): -5874607 or 5332134. OLE color: 5332134.

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

Color convert

RGB1669281-
CMYK00.450.510.35
HSL7.76º34.41%48.43%-
HSV(B)7.76º51.2%65.1%-
XYZ21.0416.369.83-
YUV112.87110.02165.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=48.97%
G=27.14%
B=23.89%

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
Decimal166928100.450.510.357.7634.4148.43
HexA65C5102D332382230
Octal2461341210556343104260
Binary101001101011100101000101011011100111000111000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C51; }

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

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

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

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

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

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

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

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