#A76F6F

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

Shades of Coral Tree #A76F6F

Tints of Coral Tree #A76F6F

Color information

#A76F6F (or 0xA76F6F) is unknown color: approx Coral Tree. HEX triplet: A7, 6F and 6F. RGB value is (167,111,111). Sum of RGB (Red+Green+Blue) = 167+111+111=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F6F is #589090. Grayscale: #7F7F7F. Windows color (decimal): -5804177 or 7303079. OLE color: 7303079.

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

Color convert

RGB167111111-
CMYK00.340.340.35
HSL24.14%54.51%-
HSV(B)33.53%65.49%-
XYZ24.4920.7317.75-
YUV127.74118.55156-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 111 (43.75% from 255) = 28.53%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=42.93%
G=28.53%
B=28.53%

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
Decimal16711111100.340.340.35024.1454.51
HexA76F6F022222301837
Octal247157157042424303067
Binary10100111110111111011110100010100010100011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76F6F; }

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

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

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

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

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

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

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

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