#A65D55

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

Shades of Crail #A65D55

Tints of Crail #A65D55

Color information

#A65D55 (or 0xA65D55) is unknown color: approx Crail. HEX triplet: A6, 5D and 55. RGB value is (166,93,85). Sum of RGB (Red+Green+Blue) = 166+93+85=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D55 is #59A2AA. Grayscale: #727272. Windows color (decimal): -5874347 or 5594534. OLE color: 5594534.

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

Color convert

RGB1669385-
CMYK00.440.490.35
HSL5.93º32.27%49.22%-
HSV(B)5.93º48.8%65.1%-
XYZ21.2816.5910.68-
YUV113.92111.68165.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.26%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 85 (33.59% from 255) = 24.71%
R=48.26%
G=27.03%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166938500.440.490.355.9332.2749.22
HexA65D5502C312362031
Octal246135125054614364061
Binary10100110101110110101010101100110001100011110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D55; }

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

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

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

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

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

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

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

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