#A76664

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

Shades of Coral Tree #A76664

Tints of Coral Tree #A76664

Color information

#A76664 (or 0xA76664) is unknown color: approx Coral Tree. HEX triplet: A7, 66 and 64. RGB value is (167,102,100). Sum of RGB (Red+Green+Blue) = 167+102+100=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A76664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76664 is #58999B. Grayscale: #797979. Windows color (decimal): -5806492 or 6579879. OLE color: 6579879.

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

Color convert

RGB167102100-
CMYK00.390.400.35
HSL1.79º27.57%52.35%-
HSV(B)1.79º40.12%65.49%-
XYZ22.9918.6414.44-
YUV121.21116.03160.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.26%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 100 (39.45% from 255) = 27.10%
R=45.26%
G=27.64%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710210000.390.400.351.7927.5752.35
HexA76664027282321c34
Octal247146144047504323464
Binary101001111100110110010001001111010001000111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76664; }

 p { color: rgb(167,102,100); }

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

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

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

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

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

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

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