#AF7672

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

Shades of Coral Tree #AF7672

Tints of Coral Tree #AF7672

Color information

#AF7672 (or 0xAF7672) is unknown color: approx Coral Tree. HEX triplet: AF, 76 and 72. RGB value is (175,118,114). Sum of RGB (Red+Green+Blue) = 175+118+114=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7672 is #50898D. Grayscale: #868686. Windows color (decimal): -5278094 or 7501487. OLE color: 7501487.

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

Color convert

RGB175118114-
CMYK00.330.350.31
HSL3.93º27.6%56.67%-
HSV(B)3.93º34.86%68.63%-
XYZ27.1923.2918.98-
YUV134.59116.38156.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 118 (46.48% from 255) = 28.99%
BLUE value IS 114 (44.92% from 255) = 28.01%
R=43.00%
G=28.99%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511811400.330.350.313.9327.656.67
HexAF7672021231F41c39
Octal257166162041433743471
Binary101011111110110111001001000011000111111110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7672; }

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

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

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

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

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

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

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

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