#A65E51

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

Shades of Crail #A65E51

Tints of Crail #A65E51

Color information

#A65E51 (or 0xA65E51) is unknown color: approx Crail. HEX triplet: A6, 5E and 51. RGB value is (166,94,81). Sum of RGB (Red+Green+Blue) = 166+94+81=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65E51 is #59A1AE. Grayscale: #727272. Windows color (decimal): -5874095 or 5332646. OLE color: 5332646.

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

Color convert

RGB1669481-
CMYK00.430.510.35
HSL9.18º34.41%48.43%-
HSV(B)9.18º51.2%65.1%-
XYZ21.2116.719.89-
YUV114.05109.35165.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=48.68%
G=27.57%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166948100.430.510.359.1834.4148.43
HexA65E5102B332392230
Octal2461361210536343114260
Binary101001101011110101000101010111100111000111001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E51; }

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

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

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

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

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

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

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

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