#A9716A

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

Shades of Coral Tree #A9716A

Tints of Coral Tree #A9716A

Color information

#A9716A (or 0xA9716A) is unknown color: approx Coral Tree. HEX triplet: A9, 71 and 6A. RGB value is (169,113,106). Sum of RGB (Red+Green+Blue) = 169+113+106=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A9716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9716A is #568E95. Grayscale: #818181. Windows color (decimal): -5672598 or 6975913. OLE color: 6975913.

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

Color convert

RGB169113106-
CMYK00.330.370.34
HSL6.67º26.81%53.92%-
HSV(B)6.67º37.28%66.27%-
XYZ24.8721.2916.43-
YUV128.95115.05156.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.56%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 106 (41.80% from 255) = 27.32%
R=43.56%
G=29.12%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911310600.330.370.346.6726.8153.92
HexA9716A021252271b36
Octal251161152041454273366
Binary1010100111100011101010010000110010110001011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9716A; }

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

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

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

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

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

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

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

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