#A76662

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

Shades of Coral Tree #A76662

Tints of Coral Tree #A76662

Color information

#A76662 (or 0xA76662) is unknown color: approx Coral Tree. HEX triplet: A7, 66 and 62. RGB value is (167,102,98). Sum of RGB (Red+Green+Blue) = 167+102+98=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A76662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76662 is #58999D. Grayscale: #797979. Windows color (decimal): -5806494 or 6448807. OLE color: 6448807.

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

Color convert

RGB16710298-
CMYK00.390.410.35
HSL3.48º28.16%51.96%-
HSV(B)3.48º41.32%65.49%-
XYZ22.8918.613.94-
YUV120.98115.03160.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=45.50%
G=27.79%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671029800.390.410.353.4828.1651.96
HexA76662027292331c34
Octal247146142047514333464
Binary101001111100110110001001001111010011000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76662; }

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

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

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

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

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

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

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

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