#A66E61

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

Shades of Coral Tree #A66E61

Tints of Coral Tree #A66E61

Color information

#A66E61 (or 0xA66E61) is unknown color: approx Coral Tree. HEX triplet: A6, 6E and 61. RGB value is (166,110,97). Sum of RGB (Red+Green+Blue) = 166+110+97=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66E61 is #59919E. Grayscale: #7D7D7D. Windows color (decimal): -5869983 or 6385318. OLE color: 6385318.

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

Color convert

RGB16611097-
CMYK00.340.420.35
HSL11.3º27.94%51.57%-
HSV(B)11.3º41.57%65.1%-
XYZ23.4620.1213.96-
YUV125.26112.05157.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 97 (38.28% from 255) = 26.01%
R=44.50%
G=29.49%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661109700.340.420.3511.327.9451.57
HexA66E610222A23b1c34
Octal2461561410425243133464
Binary10100110110111011000010100010101010100011101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E61; }

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

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

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

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

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

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

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

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