#A66662

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

Shades of Coral Tree #A66662

Tints of Coral Tree #A66662

Color information

#A66662 (or 0xA66662) is unknown color: approx Coral Tree. HEX triplet: A6, 66 and 62. RGB value is (166,102,98). Sum of RGB (Red+Green+Blue) = 166+102+98=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A66662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66662 is #59999D. Grayscale: #787878. Windows color (decimal): -5872030 or 6448806. OLE color: 6448806.

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

Color convert

RGB16610298-
CMYK00.390.410.35
HSL3.53º27.64%51.76%-
HSV(B)3.53º40.96%65.1%-
XYZ22.6818.4913.93-
YUV120.68115.2160.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 98 (38.67% from 255) = 26.78%
R=45.36%
G=27.87%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661029800.390.410.353.5327.6451.76
HexA66662027292341c34
Octal246146142047514343464
Binary1010011011001101100010010011110100110001110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66662; }

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

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

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

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

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

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

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

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