#A65C52

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

Shades of Crail #A65C52

Tints of Crail #A65C52

Color information

#A65C52 (or 0xA65C52) is unknown color: approx Crail. HEX triplet: A6, 5C and 52. RGB value is (166,92,82). Sum of RGB (Red+Green+Blue) = 166+92+82=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C52 is #59A3AD. Grayscale: #717171. Windows color (decimal): -5874606 or 5397670. OLE color: 5397670.

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

Color convert

RGB1669282-
CMYK00.450.510.35
HSL7.14º33.87%48.63%-
HSV(B)7.14º50.6%65.1%-
XYZ21.0816.3710.03-
YUV112.99110.52165.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=48.82%
G=27.06%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166928200.450.510.357.1433.8748.63
HexA65C5202D332372231
Octal246134122055634374261
Binary10100110101110010100100101101110011100011111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C52; }

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

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

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

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

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

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

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

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