#A97671

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

Shades of Coral Tree #A97671

Tints of Coral Tree #A97671

Color information

#A97671 (or 0xA97671) is unknown color: approx Coral Tree. HEX triplet: A9, 76 and 71. RGB value is (169,118,113). Sum of RGB (Red+Green+Blue) = 169+118+113=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A97671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97671 is #56898E. Grayscale: #848484. Windows color (decimal): -5671311 or 7435945. OLE color: 7435945.

HSL color Cylindrical-coordinate representation of color #A97671: hue angle of 5.36º 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 #A97671 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB169118113-
CMYK00.300.330.34
HSL5.36º24.56%55.29%-
HSV(B)5.36º33.14%66.27%-
XYZ25.8222.5818.62-
YUV132.68116.9153.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=42.25%
G=29.5%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911811300.300.330.345.3624.5655.29
HexA9767101E212251937
Octal251166161036414253167
Binary101010011110110111000101111010000110001010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97671; }

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

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

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

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

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

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

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

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