#A65647

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

Shades of Crail #A65647

Tints of Crail #A65647

Color information

#A65647 (or 0xA65647) is unknown color: approx Crail. HEX triplet: A6, 56 and 47. RGB value is (166,86,71). Sum of RGB (Red+Green+Blue) = 166+86+71=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A65647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65647 is #59A9B8. Grayscale: #6C6C6C. Windows color (decimal): -5876153 or 4675238. OLE color: 4675238.

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

Color convert

RGB1668671-
CMYK00.480.570.35
HSL9.47º40.08%46.47%-
HSV(B)9.47º57.23%65.1%-
XYZ20.1915.227.83-
YUV108.21107169.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.39%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 71 (28.12% from 255) = 21.98%
R=51.39%
G=26.63%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166867100.480.570.359.4740.0846.47
HexA6564703039239282e
Octal2461261070607143115056
Binary101001101010110100011101100001110011000111001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65647; }

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

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

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

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

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

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

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

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