#A6716E

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

Shades of Coral Tree #A6716E

Tints of Coral Tree #A6716E

Color information

#A6716E (or 0xA6716E) is unknown color: approx Coral Tree. HEX triplet: A6, 71 and 6E. RGB value is (166,113,110). Sum of RGB (Red+Green+Blue) = 166+113+110=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6716E is #598E91. Grayscale: #808080. Windows color (decimal): -5869202 or 7238054. OLE color: 7238054.

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

Color convert

RGB166113110-
CMYK00.320.340.35
HSL3.21º23.93%54.12%-
HSV(B)3.21º33.73%65.1%-
XYZ24.4521.0417.53-
YUV128.5117.56154.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=42.67%
G=29.05%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611311000.320.340.353.2123.9354.12
HexA6716E020222331836
Octal246161156040424333066
Binary101001101110001110111001000001000101000111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6716E; }

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

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

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

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

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

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

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

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