#A76F6A

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

Shades of Coral Tree #A76F6A

Tints of Coral Tree #A76F6A

Color information

#A76F6A (or 0xA76F6A) is unknown color: approx Coral Tree. HEX triplet: A7, 6F and 6A. RGB value is (167,111,106). Sum of RGB (Red+Green+Blue) = 167+111+106=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F6A is #589095. Grayscale: #7F7F7F. Windows color (decimal): -5804182 or 6975399. OLE color: 6975399.

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

Color convert

RGB167111106-
CMYK00.340.370.35
HSL4.92º25.74%53.53%-
HSV(B)4.92º36.53%65.49%-
XYZ24.2220.6216.34-
YUV127.17116.05156.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.49%
GREEN value IS 111 (43.75% from 255) = 28.91%
BLUE value IS 106 (41.80% from 255) = 27.60%
R=43.49%
G=28.91%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711110600.340.370.354.9225.7453.53
HexA76F6A022252351a36
Octal247157152042454353266
Binary1010011111011111101010010001010010110001110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76F6A; }

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

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

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

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

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

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

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

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