#AF7372

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

Shades of Coral Tree #AF7372

Tints of Coral Tree #AF7372

Color information

#AF7372 (or 0xAF7372) is unknown color: approx Coral Tree. HEX triplet: AF, 73 and 72. RGB value is (175,115,114). Sum of RGB (Red+Green+Blue) = 175+115+114=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7372 is #508C8D. Grayscale: #848484. Windows color (decimal): -5278862 or 7500719. OLE color: 7500719.

HSL color Cylindrical-coordinate representation of color #AF7372: hue angle of 0.98º 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 #AF7372 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB175115114-
CMYK00.340.350.31
HSL0.98º27.6%56.67%-
HSV(B)0.98º34.86%68.63%-
XYZ26.8522.5918.86-
YUV132.83117.38158.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 115 (45.31% from 255) = 28.47%
BLUE value IS 114 (44.92% from 255) = 28.22%
R=43.32%
G=28.47%
B=28.22%

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
Decimal17511511400.340.350.310.9827.656.67
HexAF7372022231F11c39
Octal257163162042433713471
Binary1010111111100111110010010001010001111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7372; }

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

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

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

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

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

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

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

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