#A4716F

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

Shades of Coral Tree #A4716F

Tints of Coral Tree #A4716F

Color information

#A4716F (or 0xA4716F) is unknown color: approx Coral Tree. HEX triplet: A4, 71 and 6F. RGB value is (164,113,111). Sum of RGB (Red+Green+Blue) = 164+113+111=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4716F is #5B8E90. Grayscale: #808080. Windows color (decimal): -6000273 or 7303588. OLE color: 7303588.

HSL color Cylindrical-coordinate representation of color #A4716F: hue angle of 2.26º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4716F is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB164113111-
CMYK00.310.320.36
HSL2.26º22.55%53.92%-
HSV(B)2.26º32.32%64.31%-
XYZ24.0820.8517.79-
YUV128.02118.4153.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=42.27%
G=29.12%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411311100.310.320.362.2622.5553.92
HexA4716F01F202421736
Octal244161157037404422766
Binary10100100111000111011110111111000001001001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4716F; }

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

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

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

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

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

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

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

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