#A9716B

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

Shades of Coral Tree #A9716B

Tints of Coral Tree #A9716B

Color information

#A9716B (or 0xA9716B) is unknown color: approx Coral Tree. HEX triplet: A9, 71 and 6B. RGB value is (169,113,107). Sum of RGB (Red+Green+Blue) = 169+113+107=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A9716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9716B is #568E94. Grayscale: #818181. Windows color (decimal): -5672597 or 7041449. OLE color: 7041449.

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

Color convert

RGB169113107-
CMYK00.330.370.34
HSL5.81º26.5%54.12%-
HSV(B)5.81º36.69%66.27%-
XYZ24.9221.3116.71-
YUV129.06115.55156.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 107 (42.19% from 255) = 27.51%
R=43.44%
G=29.05%
B=27.51%

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
Decimal16911310700.330.370.345.8126.554.12
HexA9716B021252261a36
Octal251161153041454263266
Binary1010100111100011101011010000110010110001011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9716B; }

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

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

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

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

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

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

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

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