#A66861

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

Shades of Coral Tree #A66861

Tints of Coral Tree #A66861

Color information

#A66861 (or 0xA66861) is unknown color: approx Coral Tree. HEX triplet: A6, 68 and 61. RGB value is (166,104,97). Sum of RGB (Red+Green+Blue) = 166+104+97=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A66861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66861 is #59979E. Grayscale: #797979. Windows color (decimal): -5871519 or 6383782. OLE color: 6383782.

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

Color convert

RGB16610497-
CMYK00.370.420.35
HSL6.09º27.94%51.57%-
HSV(B)6.09º41.57%65.1%-
XYZ22.8318.8713.75-
YUV121.74114.04159.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=45.23%
G=28.34%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661049700.370.420.356.0927.9451.57
HexA668610252A2361c34
Octal246150141045524363464
Binary1010011011010001100001010010110101010001111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66861; }

 p { color: rgb(166,104,97); }

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

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

 a { background-color: rgb(166,104,97); }

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

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

 span { border-color: rgb(166,104,97); }

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