#A65C56

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

Shades of Crail #A65C56

Tints of Crail #A65C56

Color information

#A65C56 (or 0xA65C56) is unknown color: approx Crail. HEX triplet: A6, 5C and 56. RGB value is (166,92,86). Sum of RGB (Red+Green+Blue) = 166+92+86=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C56 is #59A3A9. Grayscale: #717171. Windows color (decimal): -5874602 or 5659814. OLE color: 5659814.

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

Color convert

RGB1669286-
CMYK00.450.480.35
HSL4.5º31.75%49.41%-
HSV(B)4.5º48.19%65.1%-
XYZ21.2316.4310.86-
YUV113.44112.52165.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.26%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 86 (33.98% from 255) = 25%
R=48.26%
G=26.74%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166928600.450.480.354.531.7549.41
HexA65C5602D302352031
Octal246134126055604354061
Binary10100110101110010101100101101110000100011101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C56; }

 p { color: rgb(166,92,86); }

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

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

 a { background-color: rgb(166,92,86); }

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

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

 span { border-color: rgb(166,92,86); }

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