#A66D62

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

Shades of Coral Tree #A66D62

Tints of Coral Tree #A66D62

Color information

#A66D62 (or 0xA66D62) is unknown color: approx Coral Tree. HEX triplet: A6, 6D and 62. RGB value is (166,109,98). Sum of RGB (Red+Green+Blue) = 166+109+98=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D62 is #59929D. Grayscale: #7C7C7C. Windows color (decimal): -5870238 or 6450598. OLE color: 6450598.

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

Color convert

RGB16610998-
CMYK00.340.410.35
HSL9.71º27.64%51.76%-
HSV(B)9.71º40.96%65.1%-
XYZ23.419.9314.17-
YUV124.79112.88157.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 109 (42.97% from 255) = 29.22%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=44.50%
G=29.22%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661099800.340.410.359.7127.6451.76
HexA66D620222923a1c34
Octal2461551420425143123464
Binary10100110110110111000100100010101001100011101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D62; }

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

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

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

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

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

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

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

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