#A66661

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

Shades of Coral Tree #A66661

Tints of Coral Tree #A66661

Color information

#A66661 (or 0xA66661) is unknown color: approx Coral Tree. HEX triplet: A6, 66 and 61. RGB value is (166,102,97). Sum of RGB (Red+Green+Blue) = 166+102+97=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A66661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66661 is #59999E. Grayscale: #787878. Windows color (decimal): -5872031 or 6383270. OLE color: 6383270.

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

Color convert

RGB16610297-
CMYK00.390.420.35
HSL4.35º27.94%51.57%-
HSV(B)4.35º41.57%65.1%-
XYZ22.6318.4713.68-
YUV120.57114.7160.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=45.48%
G=27.95%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661029700.390.420.354.3527.9451.57
HexA666610272A2341c34
Octal246146141047524343464
Binary1010011011001101100001010011110101010001110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66661; }

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

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

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

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

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

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

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

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