#AF7472

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

Shades of Coral Tree #AF7472

Tints of Coral Tree #AF7472

Color information

#AF7472 (or 0xAF7472) is unknown color: approx Coral Tree. HEX triplet: AF, 74 and 72. RGB value is (175,116,114). Sum of RGB (Red+Green+Blue) = 175+116+114=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7472 is #508B8D. Grayscale: #858585. Windows color (decimal): -5278606 or 7500975. OLE color: 7500975.

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

Color convert

RGB175116114-
CMYK00.340.350.31
HSL1.97º27.6%56.67%-
HSV(B)1.97º34.86%68.63%-
XYZ26.9622.8218.9-
YUV133.41117.05157.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 114 (44.92% from 255) = 28.15%
R=43.21%
G=28.64%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511611400.340.350.311.9727.656.67
HexAF7472022231F21c39
Octal257164162042433723471
Binary10101111111010011100100100010100011111111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7472; }

 p { color: rgb(175,116,114); }

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

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

 a { background-color: rgb(175,116,114); }

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

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

 span { border-color: rgb(175,116,114); }

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