#AF7776

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

Shades of Coral Tree #AF7776

Tints of Coral Tree #AF7776

Color information

#AF7776 (or 0xAF7776) is unknown color: approx Coral Tree. HEX triplet: AF, 77 and 76. RGB value is (175,119,118). Sum of RGB (Red+Green+Blue) = 175+119+118=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7776 is #508889. Grayscale: #878787. Windows color (decimal): -5277834 or 7763887. OLE color: 7763887.

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

Color convert

RGB175119118-
CMYK00.320.330.31
HSL1.05º26.27%57.45%-
HSV(B)1.05º32.57%68.63%-
XYZ27.5523.6220.25-
YUV135.63118.05156.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 118 (46.48% from 255) = 28.64%
R=42.48%
G=28.88%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511911800.320.330.311.0526.2757.45
HexAF7776020211F11a39
Octal257167166040413713271
Binary1010111111101111110110010000010000111111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7776; }

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

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

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

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

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

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

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

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