#a6776e

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

Shades of Coral Tree #A6776E

Tints of Coral Tree #A6776E

Color information

#A6776E (or 0xA6776E) is unknown color: approx Coral Tree. HEX triplet: A6, 77 and 6E. RGB value is (166,119,110). Sum of RGB (Red+Green+Blue) = 166+119+110=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A6776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6776E is #598891. Grayscale: #848484. Windows color (decimal): -5867666 or 7239590. OLE color: 7239590.

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

Color convert

RGB166119110-
CMYK00.280.340.35
HSL9.64º23.93%54.12%-
HSV(B)9.64º33.73%65.1%-
XYZ25.1422.4317.76-
YUV132.03115.57152.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=42.03%
G=30.13%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611911000.280.340.359.6423.9354.12
HexA6776E01C2223a1836
Octal2461671560344243123066
Binary1010011011101111101110011100100010100011101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6776e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6776e; }

 p { color: rgb(166,119,110); }

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

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

 a { background-color: rgb(166,119,110); }

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

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

 span { border-color: rgb(166,119,110); }

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