#A4716C

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

Shades of Coral Tree #A4716C

Tints of Coral Tree #A4716C

Color information

#A4716C (or 0xA4716C) is unknown color: approx Coral Tree. HEX triplet: A4, 71 and 6C. RGB value is (164,113,108). Sum of RGB (Red+Green+Blue) = 164+113+108=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A4716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4716C is #5B8E93. Grayscale: #7F7F7F. Windows color (decimal): -6000276 or 7106980. OLE color: 7106980.

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

Color convert

RGB164113108-
CMYK00.310.340.36
HSL5.36º23.53%53.33%-
HSV(B)5.36º34.15%64.31%-
XYZ23.9220.7916.94-
YUV127.68116.9153.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=42.60%
G=29.35%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411310800.310.340.365.3623.5353.33
HexA4716C01F222451835
Octal244161154037424453065
Binary101001001110001110110001111110001010010010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4716C; }

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

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

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

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

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

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

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

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