#AF7772

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

Shades of Coral Tree #AF7772

Tints of Coral Tree #AF7772

Color information

#AF7772 (or 0xAF7772) is unknown color: approx Coral Tree. HEX triplet: AF, 77 and 72. RGB value is (175,119,114). Sum of RGB (Red+Green+Blue) = 175+119+114=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7772 is #50888D. Grayscale: #878787. Windows color (decimal): -5277838 or 7501743. OLE color: 7501743.

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

Color convert

RGB175119114-
CMYK00.320.350.31
HSL4.92º27.6%56.67%-
HSV(B)4.92º34.86%68.63%-
XYZ27.3123.5219.02-
YUV135.17116.05156.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 119 (46.88% from 255) = 29.17%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=42.89%
G=29.17%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511911400.320.350.314.9227.656.67
HexAF7772020231F51c39
Octal257167162040433753471
Binary101011111110111111001001000001000111111110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7772; }

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

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

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

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

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

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

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

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