#A7716E

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

Shades of Coral Tree #A7716E

Tints of Coral Tree #A7716E

Color information

#A7716E (or 0xA7716E) is unknown color: approx Coral Tree. HEX triplet: A7, 71 and 6E. RGB value is (167,113,110). Sum of RGB (Red+Green+Blue) = 167+113+110=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A7716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7716E is #588E91. Grayscale: #808080. Windows color (decimal): -5803666 or 7238055. OLE color: 7238055.

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

Color convert

RGB167113110-
CMYK00.320.340.35
HSL3.16º24.46%54.31%-
HSV(B)3.16º34.13%65.49%-
XYZ24.6621.1517.53-
YUV128.8117.39155.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 110 (43.36% from 255) = 28.21%
R=42.82%
G=28.97%
B=28.21%

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
Decimal16711311000.320.340.353.1624.4654.31
HexA7716E020222331836
Octal247161156040424333066
Binary101001111110001110111001000001000101000111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7716E; }

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

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

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

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

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

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

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

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