#A65F51

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

Shades of Crail #A65F51

Tints of Crail #A65F51

Color information

#A65F51 (or 0xA65F51) is unknown color: approx Crail. HEX triplet: A6, 5F and 51. RGB value is (166,95,81). Sum of RGB (Red+Green+Blue) = 166+95+81=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F51 is #59A0AE. Grayscale: #727272. Windows color (decimal): -5873839 or 5332902. OLE color: 5332902.

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

Color convert

RGB1669581-
CMYK00.430.510.35
HSL9.88º34.41%48.43%-
HSV(B)9.88º51.2%65.1%-
XYZ21.316.899.92-
YUV114.63109.02164.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 95 (37.5% from 255) = 27.78%
BLUE value IS 81 (32.03% from 255) = 23.68%
R=48.54%
G=27.78%
B=23.68%

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
Decimal166958100.430.510.359.8834.4148.43
HexA65F5102B3323a2230
Octal2461371210536343124260
Binary101001101011111101000101010111100111000111010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F51; }

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

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

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

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

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

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

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

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