#A46E66

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

Shades of Coral Tree #A46E66

Tints of Coral Tree #A46E66

Color information

#A46E66 (or 0xA46E66) is unknown color: approx Coral Tree. HEX triplet: A4, 6E and 66. RGB value is (164,110,102). Sum of RGB (Red+Green+Blue) = 164+110+102=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E66 is #5B9199. Grayscale: #7D7D7D. Windows color (decimal): -6001050 or 6712996. OLE color: 6712996.

HSL color Cylindrical-coordinate representation of color #A46E66: hue angle of 7.74º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46E66 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB164110102-
CMYK00.330.380.36
HSL7.74º25.41%52.16%-
HSV(B)7.74º37.8%64.31%-
XYZ23.282015.2-
YUV125.23114.89155.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 110 (43.36% from 255) = 29.26%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=43.62%
G=29.26%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411010200.330.380.367.7425.4152.16
HexA46E66021262481934
Octal2441561460414644103164
Binary10100100110111011001100100001100110100100100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E66; }

 p { color: rgb(164,110,102); }

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

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

 a { background-color: rgb(164,110,102); }

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

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

 span { border-color: rgb(164,110,102); }

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