#A4766F

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

Shades of Coral Tree #A4766F

Tints of Coral Tree #A4766F

Color information

#A4766F (or 0xA4766F) is unknown color: approx Coral Tree. HEX triplet: A4, 76 and 6F. RGB value is (164,118,111). Sum of RGB (Red+Green+Blue) = 164+118+111=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A4766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4766F is #5B8990. Grayscale: #838383. Windows color (decimal): -5998993 or 7304868. OLE color: 7304868.

HSL color Cylindrical-coordinate representation of color #A4766F: hue angle of 7.92º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4766F is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB164118111-
CMYK00.280.320.36
HSL7.92º22.55%53.92%-
HSV(B)7.92º32.32%64.31%-
XYZ24.662217.99-
YUV130.96116.74151.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=41.73%
G=30.03%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411811100.280.320.367.9222.5553.92
HexA4766F01C202481736
Octal2441661570344044102766
Binary1010010011101101101111011100100000100100100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4766F; }

 p { color: rgb(164,118,111); }

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

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

 a { background-color: rgb(164,118,111); }

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

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

 span { border-color: rgb(164,118,111); }

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