#A66760

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

Shades of Coral Tree #A66760

Tints of Coral Tree #A66760

Color information

#A66760 (or 0xA66760) is unknown color: approx Coral Tree. HEX triplet: A6, 67 and 60. RGB value is (166,103,96). Sum of RGB (Red+Green+Blue) = 166+103+96=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A66760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66760 is #59989F. Grayscale: #797979. Windows color (decimal): -5871776 or 6317990. OLE color: 6317990.

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

Color convert

RGB16610396-
CMYK00.380.420.35
HSL28.23%51.37%-
HSV(B)42.17%65.1%-
XYZ22.6918.6513.47-
YUV121.04113.87160.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=45.48%
G=28.22%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661039600.380.420.35628.2351.37
HexA667600262A2361c33
Octal246147140046524363463
Binary1010011011001111100000010011010101010001111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66760; }

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

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

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

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

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

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

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

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