#A76961

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

Shades of Coral Tree #A76961

Tints of Coral Tree #A76961

Color information

#A76961 (or 0xA76961) is unknown color: approx Coral Tree. HEX triplet: A7, 69 and 61. RGB value is (167,105,97). Sum of RGB (Red+Green+Blue) = 167+105+97=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A76961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76961 is #58969E. Grayscale: #7A7A7A. Windows color (decimal): -5805727 or 6384039. OLE color: 6384039.

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

Color convert

RGB16710597-
CMYK00.370.420.35
HSL6.86º28.46%51.76%-
HSV(B)6.86º41.92%65.49%-
XYZ23.1519.1813.79-
YUV122.63113.54159.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.26%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=45.26%
G=28.46%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671059700.370.420.356.8628.4651.76
HexA769610252A2371c34
Octal247151141045524373464
Binary1010011111010011100001010010110101010001111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76961; }

 p { color: rgb(167,105,97); }

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

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

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

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

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

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

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