#A65B55

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

Shades of Crail #A65B55

Tints of Crail #A65B55

Color information

#A65B55 (or 0xA65B55) is unknown color: approx Crail. HEX triplet: A6, 5B and 55. RGB value is (166,91,85). Sum of RGB (Red+Green+Blue) = 166+91+85=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B55 is #59A4AA. Grayscale: #707070. Windows color (decimal): -5874859 or 5594022. OLE color: 5594022.

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

Color convert

RGB1669185-
CMYK00.450.490.35
HSL4.44º32.27%49.22%-
HSV(B)4.44º48.8%65.1%-
XYZ21.1116.2510.62-
YUV112.74112.35165.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=48.54%
G=26.61%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166918500.450.490.354.4432.2749.22
HexA65B5502D312342031
Octal246133125055614344061
Binary10100110101101110101010101101110001100011100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B55; }

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

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

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

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

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

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

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

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