#A66E65

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

Shades of Coral Tree #A66E65

Tints of Coral Tree #A66E65

Color information

#A66E65 (or 0xA66E65) is unknown color: approx Coral Tree. HEX triplet: A6, 6E and 65. RGB value is (166,110,101). Sum of RGB (Red+Green+Blue) = 166+110+101=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66E65 is #59919A. Grayscale: #7D7D7D. Windows color (decimal): -5869979 or 6647462. OLE color: 6647462.

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

Color convert

RGB166110101-
CMYK00.340.390.35
HSL8.31º26.75%52.35%-
HSV(B)8.31º39.16%65.1%-
XYZ23.6520.214.96-
YUV125.72114.05156.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=44.03%
G=29.18%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611010100.340.390.358.3126.7552.35
HexA66E65022272381b34
Octal2461561450424743103364
Binary10100110110111011001010100010100111100011100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E65; }

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

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

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

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

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

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

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

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