#A66E6B

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

Shades of Coral Tree #A66E6B

Tints of Coral Tree #A66E6B

Color information

#A66E6B (or 0xA66E6B) is unknown color: approx Coral Tree. HEX triplet: A6, 6E and 6B. RGB value is (166,110,107). Sum of RGB (Red+Green+Blue) = 166+110+107=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66E6B is #599194. Grayscale: #7E7E7E. Windows color (decimal): -5869973 or 7040678. OLE color: 7040678.

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

Color convert

RGB166110107-
CMYK00.340.360.35
HSL3.05º24.89%53.53%-
HSV(B)3.05º35.54%65.1%-
XYZ23.9620.3216.57-
YUV126.4117.05156.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 110 (43.36% from 255) = 28.72%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=43.34%
G=28.72%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611010700.340.360.353.0524.8953.53
HexA66E6B022242331936
Octal246156153042444333166
Binary101001101101110110101101000101001001000111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E6B; }

 p { color: rgb(166,110,107); }

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

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

 a { background-color: rgb(166,110,107); }

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

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

 span { border-color: rgb(166,110,107); }

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