#A66D60

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

Shades of Coral Tree #A66D60

Tints of Coral Tree #A66D60

Color information

#A66D60 (or 0xA66D60) is unknown color: approx Coral Tree. HEX triplet: A6, 6D and 60. RGB value is (166,109,96). Sum of RGB (Red+Green+Blue) = 166+109+96=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D60 is #59929F. Grayscale: #7C7C7C. Windows color (decimal): -5870240 or 6319526. OLE color: 6319526.

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

Color convert

RGB16610996-
CMYK00.340.420.35
HSL11.14º28.23%51.37%-
HSV(B)11.14º42.17%65.1%-
XYZ23.3119.8913.68-
YUV124.56111.88157.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=44.74%
G=29.38%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661099600.340.420.3511.1428.2351.37
HexA66D600222A23b1c33
Octal2461551400425243133463
Binary10100110110110111000000100010101010100011101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D60; }

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

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

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

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

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

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

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

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