#A66865

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

Shades of Coral Tree #A66865

Tints of Coral Tree #A66865

Color information

#A66865 (or 0xA66865) is unknown color: approx Coral Tree. HEX triplet: A6, 68 and 65. RGB value is (166,104,101). Sum of RGB (Red+Green+Blue) = 166+104+101=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A66865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66865 is #59979A. Grayscale: #7A7A7A. Windows color (decimal): -5871515 or 6645926. OLE color: 6645926.

HSL color Cylindrical-coordinate representation of color #A66865: hue angle of 2.77º 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 #A66865 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB166104101-
CMYK00.370.390.35
HSL2.77º26.75%52.35%-
HSV(B)2.77º39.16%65.1%-
XYZ23.0318.9514.76-
YUV122.2116.04159.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=44.74%
G=28.03%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610410100.370.390.352.7726.7552.35
HexA66865025272331b34
Octal246150145045474333364
Binary101001101101000110010101001011001111000111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66865; }

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

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

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

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

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

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

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

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