#A76663

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

Shades of Coral Tree #A76663

Tints of Coral Tree #A76663

Color information

#A76663 (or 0xA76663) is unknown color: approx Coral Tree. HEX triplet: A7, 66 and 63. RGB value is (167,102,99). Sum of RGB (Red+Green+Blue) = 167+102+99=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A76663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76663 is #58999C. Grayscale: #797979. Windows color (decimal): -5806493 or 6514343. OLE color: 6514343.

HSL color Cylindrical-coordinate representation of color #A76663: hue angle of 2.65º 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 #A76663 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16710299-
CMYK00.390.410.35
HSL2.65º27.87%52.16%-
HSV(B)2.65º40.72%65.49%-
XYZ22.9418.6214.19-
YUV121.09115.53160.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.38%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=45.38%
G=27.72%
B=26.90%

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
Decimal1671029900.390.410.352.6527.8752.16
HexA76663027292331c34
Octal247146143047514333464
Binary101001111100110110001101001111010011000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76663; }

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

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

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

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

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

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

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

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