#A66B60

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

Shades of Coral Tree #A66B60

Tints of Coral Tree #A66B60

Color information

#A66B60 (or 0xA66B60) is unknown color: approx Coral Tree. HEX triplet: A6, 6B and 60. RGB value is (166,107,96). Sum of RGB (Red+Green+Blue) = 166+107+96=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B60 is #59949F. Grayscale: #7B7B7B. Windows color (decimal): -5870752 or 6319014. OLE color: 6319014.

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

Color convert

RGB16610796-
CMYK00.360.420.35
HSL9.43º28.23%51.37%-
HSV(B)9.43º42.17%65.1%-
XYZ23.0919.4713.61-
YUV123.39112.55158.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.99%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=44.99%
G=29.00%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661079600.360.420.359.4328.2351.37
HexA66B600242A2391c33
Octal2461531400445243113463
Binary10100110110101111000000100100101010100011100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B60; }

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

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

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

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

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

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

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

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