#AF716C

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

Shades of Coral Tree #AF716C

Tints of Coral Tree #AF716C

Color information

#AF716C (or 0xAF716C) is unknown color: approx Coral Tree. HEX triplet: AF, 71 and 6C. RGB value is (175,113,108). Sum of RGB (Red+Green+Blue) = 175+113+108=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF716C is #508E93. Grayscale: #838383. Windows color (decimal): -5279380 or 7106991. OLE color: 7106991.

HSL color Cylindrical-coordinate representation of color #AF716C: hue angle of 4.48º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF716C is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175113108-
CMYK00.350.380.31
HSL4.48º29.52%55.49%-
HSV(B)4.48º38.29%68.63%-
XYZ26.2922.0117.05-
YUV130.97115.04159.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=44.19%
G=28.54%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511310800.350.380.314.4829.5255.49
HexAF716C023261F41e37
Octal257161154043463743667
Binary101011111110001110110001000111001101111110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF716C; }

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

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

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

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

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

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

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

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