#A76F6E

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

Shades of Coral Tree #A76F6E

Tints of Coral Tree #A76F6E

Color information

#A76F6E (or 0xA76F6E) is unknown color: approx Coral Tree. HEX triplet: A7, 6F and 6E. RGB value is (167,111,110). Sum of RGB (Red+Green+Blue) = 167+111+110=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F6E is #589091. Grayscale: #7F7F7F. Windows color (decimal): -5804178 or 7237543. OLE color: 7237543.

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

Color convert

RGB167111110-
CMYK00.340.340.35
HSL1.05º24.46%54.31%-
HSV(B)1.05º34.13%65.49%-
XYZ24.4420.7117.46-
YUV127.63118.05156.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 111 (43.75% from 255) = 28.61%
BLUE value IS 110 (43.36% from 255) = 28.35%
R=43.04%
G=28.61%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711111000.340.340.351.0524.4654.31
HexA76F6E022222311836
Octal247157156042424313066
Binary10100111110111111011100100010100010100011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76F6E; }

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

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

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

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

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

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

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

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