#A6776A

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

Shades of Coral Tree #A6776A

Tints of Coral Tree #A6776A

Color information

#A6776A (or 0xA6776A) is unknown color: approx Coral Tree. HEX triplet: A6, 77 and 6A. RGB value is (166,119,106). Sum of RGB (Red+Green+Blue) = 166+119+106=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6776A is #598895. Grayscale: #838383. Windows color (decimal): -5867670 or 6977446. OLE color: 6977446.

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

Color convert

RGB166119106-
CMYK00.280.360.35
HSL13º25.21%53.33%-
HSV(B)13º36.14%65.1%-
XYZ24.9222.3416.63-
YUV131.57113.57152.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=42.46%
G=30.43%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611910600.280.360.351325.2153.33
HexA6776A01C2423d1935
Octal2461671520344443153165
Binary1010011011101111101010011100100100100011110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6776A; }

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

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

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

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

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

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

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

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