#A9716F

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

Shades of Coral Tree #A9716F

Tints of Coral Tree #A9716F

Color information

#A9716F (or 0xA9716F) is unknown color: approx Coral Tree. HEX triplet: A9, 71 and 6F. RGB value is (169,113,111). Sum of RGB (Red+Green+Blue) = 169+113+111=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A9716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9716F is #568E90. Grayscale: #818181. Windows color (decimal): -5672593 or 7303593. OLE color: 7303593.

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

Color convert

RGB169113111-
CMYK00.330.340.34
HSL2.07º25.22%54.9%-
HSV(B)2.07º34.32%66.27%-
XYZ25.1421.3917.84-
YUV129.52117.55156.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=43.00%
G=28.75%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911311100.330.340.342.0725.2254.9
HexA9716F021222221937
Octal251161157041424223167
Binary101010011110001110111101000011000101000101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9716F; }

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

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

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

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

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

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

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

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