#A65B50

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

Shades of Crail #A65B50

Tints of Crail #A65B50

Color information

#A65B50 (or 0xA65B50) is unknown color: approx Crail. HEX triplet: A6, 5B and 50. RGB value is (166,91,80). Sum of RGB (Red+Green+Blue) = 166+91+80=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B50 is #59A4AF. Grayscale: #707070. Windows color (decimal): -5874864 or 5266342. OLE color: 5266342.

HSL color Cylindrical-coordinate representation of color #A65B50: hue angle of 7.67º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65B50 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB1669180-
CMYK00.450.520.35
HSL7.67º34.96%48.24%-
HSV(B)7.67º51.81%65.1%-
XYZ20.9116.179.61-
YUV112.17109.85166.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=49.26%
G=27.00%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166918000.450.520.357.6734.9648.24
HexA65B5002D342382330
Octal2461331200556443104360
Binary101001101011011101000001011011101001000111000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B50; }

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

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

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

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

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

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

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

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