#A65C54

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

Shades of Crail #A65C54

Tints of Crail #A65C54

Color information

#A65C54 (or 0xA65C54) is unknown color: approx Crail. HEX triplet: A6, 5C and 54. RGB value is (166,92,84). Sum of RGB (Red+Green+Blue) = 166+92+84=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C54 is #59A3AB. Grayscale: #717171. Windows color (decimal): -5874604 or 5528742. OLE color: 5528742.

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

Color convert

RGB1669284-
CMYK00.450.490.35
HSL5.85º32.8%49.02%-
HSV(B)5.85º49.4%65.1%-
XYZ21.1516.410.44-
YUV113.21111.52165.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 84 (33.20% from 255) = 24.56%
R=48.54%
G=26.90%
B=24.56%

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
Decimal166928400.450.490.355.8532.849.02
HexA65C5402D312362131
Octal246134124055614364161
Binary10100110101110010101000101101110001100011110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C54; }

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

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

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

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

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

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

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

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