#A66460

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

Shades of Coral Tree #A66460

Tints of Coral Tree #A66460

Color information

#A66460 (or 0xA66460) is unknown color: approx Coral Tree. HEX triplet: A6, 64 and 60. RGB value is (166,100,96). Sum of RGB (Red+Green+Blue) = 166+100+96=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A66460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66460 is #599B9F. Grayscale: #777777. Windows color (decimal): -5872544 or 6317222. OLE color: 6317222.

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

Color convert

RGB16610096-
CMYK00.400.420.35
HSL3.43º28.23%51.37%-
HSV(B)3.43º42.17%65.1%-
XYZ22.3918.0713.37-
YUV119.28114.87161.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=45.86%
G=27.62%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661009600.400.420.353.4328.2351.37
HexA664600282A2331c33
Octal246144140050524333463
Binary101001101100100110000001010001010101000111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66460; }

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

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

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

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

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

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

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

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