#A97971

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

Shades of Coral Tree #A97971

Tints of Coral Tree #A97971

Color information

#A97971 (or 0xA97971) is unknown color: approx Coral Tree. HEX triplet: A9, 79 and 71. RGB value is (169,121,113). Sum of RGB (Red+Green+Blue) = 169+121+113=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A97971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97971 is #56868E. Grayscale: #868686. Windows color (decimal): -5670543 or 7436713. OLE color: 7436713.

HSL color Cylindrical-coordinate representation of color #A97971: hue angle of 8.57º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97971 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB169121113-
CMYK00.280.330.34
HSL8.57º24.56%55.29%-
HSV(B)8.57º33.14%66.27%-
XYZ26.1823.318.74-
YUV134.44115.9152.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=41.94%
G=30.02%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912111300.280.330.348.5724.5655.29
HexA9797101C212291937
Octal2511711610344142113167
Binary1010100111110011110001011100100001100010100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97971; }

 p { color: rgb(169,121,113); }

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

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

 a { background-color: rgb(169,121,113); }

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

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

 span { border-color: rgb(169,121,113); }

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