#A6716A

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

Shades of Coral Tree #A6716A

Tints of Coral Tree #A6716A

Color information

#A6716A (or 0xA6716A) is unknown color: approx Coral Tree. HEX triplet: A6, 71 and 6A. RGB value is (166,113,106). Sum of RGB (Red+Green+Blue) = 166+113+106=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A6716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6716A is #598E95. Grayscale: #808080. Windows color (decimal): -5869206 or 6975910. OLE color: 6975910.

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

Color convert

RGB166113106-
CMYK00.320.360.35
HSL25.21%53.33%-
HSV(B)36.14%65.1%-
XYZ24.2320.9616.4-
YUV128.05115.56155.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=43.12%
G=29.35%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611310600.320.360.35725.2153.33
HexA6716A020242371935
Octal246161152040444373165
Binary1010011011100011101010010000010010010001111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6716A; }

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

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

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

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

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

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

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

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