#A66A65

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

Shades of Coral Tree #A66A65

Tints of Coral Tree #A66A65

Color information

#A66A65 (or 0xA66A65) is unknown color: approx Coral Tree. HEX triplet: A6, 6A and 65. RGB value is (166,106,101). Sum of RGB (Red+Green+Blue) = 166+106+101=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A65 is #59959A. Grayscale: #7B7B7B. Windows color (decimal): -5871003 or 6646438. OLE color: 6646438.

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

Color convert

RGB166106101-
CMYK00.360.390.35
HSL4.62º26.75%52.35%-
HSV(B)4.62º39.16%65.1%-
XYZ23.2319.3514.82-
YUV123.37115.38158.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 106 (41.80% from 255) = 28.42%
BLUE value IS 101 (39.84% from 255) = 27.08%
R=44.50%
G=28.42%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610610100.360.390.354.6226.7552.35
HexA66A65024272351b34
Octal246152145044474353364
Binary1010011011010101100101010010010011110001110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A65; }

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

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

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

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

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

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

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

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