#AF7573

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

Shades of Coral Tree #AF7573

Tints of Coral Tree #AF7573

Color information

#AF7573 (or 0xAF7573) is unknown color: approx Coral Tree. HEX triplet: AF, 75 and 73. RGB value is (175,117,115). Sum of RGB (Red+Green+Blue) = 175+117+115=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7573 is #508A8C. Grayscale: #868686. Windows color (decimal): -5278349 or 7566767. OLE color: 7566767.

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

Color convert

RGB175117115-
CMYK00.330.340.31
HSL27.27%56.86%-
HSV(B)34.29%68.63%-
XYZ27.1423.0719.24-
YUV134.11117.22157.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 117 (46.09% from 255) = 28.75%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=43.00%
G=28.75%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511711500.330.340.31227.2756.86
HexAF7573021221F21b39
Octal257165163041423723371
Binary10101111111010111100110100001100010111111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7573; }

 p { color: rgb(175,117,115); }

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

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

 a { background-color: rgb(175,117,115); }

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

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

 span { border-color: rgb(175,117,115); }

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