#A97A76

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

Shades of Coral Tree #A97A76

Tints of Coral Tree #A97A76

Color information

#A97A76 (or 0xA97A76) is unknown color: approx Coral Tree. HEX triplet: A9, 7A and 76. RGB value is (169,122,118). Sum of RGB (Red+Green+Blue) = 169+122+118=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A76 is #568589. Grayscale: #878787. Windows color (decimal): -5670282 or 7764649. OLE color: 7764649.

HSL color Cylindrical-coordinate representation of color #A97A76: hue angle of 4.71º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A97A76 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB169122118-
CMYK00.280.300.34
HSL4.71º22.87%56.27%-
HSV(B)4.71º30.18%66.27%-
XYZ26.5923.6620.31-
YUV135.6118.07151.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.32%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 118 (46.48% from 255) = 28.85%
R=41.32%
G=29.83%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912211800.280.300.344.7122.8756.27
HexA97A7601C1E2251738
Octal251172166034364252770
Binary10101001111101011101100111001111010001010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A76; }

 p { color: rgb(169,122,118); }

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

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

 a { background-color: rgb(169,122,118); }

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

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

 span { border-color: rgb(169,122,118); }

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