#A9776A

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

Shades of Coral Tree #A9776A

Tints of Coral Tree #A9776A

Color information

#A9776A (or 0xA9776A) is unknown color: approx Coral Tree. HEX triplet: A9, 77 and 6A. RGB value is (169,119,106). Sum of RGB (Red+Green+Blue) = 169+119+106=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A9776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9776A is #568895. Grayscale: #848484. Windows color (decimal): -5671062 or 6977449. OLE color: 6977449.

HSL color Cylindrical-coordinate representation of color #A9776A: hue angle of 12.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9776A is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB169119106-
CMYK00.300.370.34
HSL12.38º26.81%53.92%-
HSV(B)12.38º37.28%66.27%-
XYZ25.5622.6716.66-
YUV132.47113.06154.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.89%
GREEN value IS 119 (46.88% from 255) = 30.20%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=42.89%
G=30.20%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911910600.300.370.3412.3826.8153.92
HexA9776A01E2522c1b36
Octal2511671520364542143366
Binary1010100111101111101010011110100101100010110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9776A; }

 p { color: rgb(169,119,106); }

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

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

 a { background-color: rgb(169,119,106); }

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

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

 span { border-color: rgb(169,119,106); }

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