#A76F6D

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

Shades of Coral Tree #A76F6D

Tints of Coral Tree #A76F6D

Color information

#A76F6D (or 0xA76F6D) is unknown color: approx Coral Tree. HEX triplet: A7, 6F and 6D. RGB value is (167,111,109). Sum of RGB (Red+Green+Blue) = 167+111+109=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F6D is #589092. Grayscale: #7F7F7F. Windows color (decimal): -5804179 or 7172007. OLE color: 7172007.

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

Color convert

RGB167111109-
CMYK00.340.350.35
HSL2.07º24.79%54.12%-
HSV(B)2.07º34.73%65.49%-
XYZ24.3820.6917.18-
YUV127.52117.55156.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 111 (43.75% from 255) = 28.68%
BLUE value IS 109 (42.97% from 255) = 28.17%
R=43.15%
G=28.68%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711110900.340.350.352.0724.7954.12
HexA76F6D022232321936
Octal247157155042434323166
Binary101001111101111110110101000101000111000111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76F6D; }

 p { color: rgb(167,111,109); }

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

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

 a { background-color: rgb(167,111,109); }

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

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

 span { border-color: rgb(167,111,109); }

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