#AF716E

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

Shades of Coral Tree #AF716E

Tints of Coral Tree #AF716E

Color information

#AF716E (or 0xAF716E) is unknown color: approx Coral Tree. HEX triplet: AF, 71 and 6E. RGB value is (175,113,110). Sum of RGB (Red+Green+Blue) = 175+113+110=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF716E is #508E91. Grayscale: #838383. Windows color (decimal): -5279378 or 7238063. OLE color: 7238063.

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

Color convert

RGB175113110-
CMYK00.350.370.31
HSL2.77º28.89%55.88%-
HSV(B)2.77º37.14%68.63%-
XYZ26.422.0517.62-
YUV131.2116.04159.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.97%
GREEN value IS 113 (44.53% from 255) = 28.39%
BLUE value IS 110 (43.36% from 255) = 27.64%
R=43.97%
G=28.39%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511311000.350.370.312.7728.8955.88
HexAF716E023251F31d38
Octal257161156043453733570
Binary10101111111000111011100100011100101111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF716E; }

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

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

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

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

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

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

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

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