#AF7971

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

Shades of Coral Tree #AF7971

Tints of Coral Tree #AF7971

Color information

#AF7971 (or 0xAF7971) is unknown color: approx Coral Tree. HEX triplet: AF, 79 and 71. RGB value is (175,121,113). Sum of RGB (Red+Green+Blue) = 175+121+113=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7971 is #50868E. Grayscale: #888888. Windows color (decimal): -5277327 or 7436719. OLE color: 7436719.

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

Color convert

RGB175121113-
CMYK00.310.350.31
HSL7.74º27.93%56.47%-
HSV(B)7.74º35.43%68.63%-
XYZ27.523.9818.8-
YUV136.23114.89155.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 121 (47.66% from 255) = 29.58%
BLUE value IS 113 (44.53% from 255) = 27.63%
R=42.79%
G=29.58%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512111300.310.350.317.7427.9356.47
HexAF797101F231F81c38
Octal2571711610374337103470
Binary101011111111001111000101111110001111111100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7971; }

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

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

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

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

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

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

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

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