#A66C61

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

Shades of Coral Tree #A66C61

Tints of Coral Tree #A66C61

Color information

#A66C61 (or 0xA66C61) is unknown color: approx Coral Tree. HEX triplet: A6, 6C and 61. RGB value is (166,108,97). Sum of RGB (Red+Green+Blue) = 166+108+97=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66C61 is #59939E. Grayscale: #7C7C7C. Windows color (decimal): -5870495 or 6384806. OLE color: 6384806.

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

Color convert

RGB16610897-
CMYK00.350.420.35
HSL9.57º27.94%51.57%-
HSV(B)9.57º41.57%65.1%-
XYZ23.2519.713.89-
YUV124.09112.72157.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=44.74%
G=29.11%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661089700.350.420.359.5727.9451.57
HexA66C610232A23a1c34
Octal2461541410435243123464
Binary10100110110110011000010100011101010100011101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C61; }

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

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

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

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

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

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

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

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