#AF766F

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

Shades of Coral Tree #AF766F

Tints of Coral Tree #AF766F

Color information

#AF766F (or 0xAF766F) is unknown color: approx Coral Tree. HEX triplet: AF, 76 and 6F. RGB value is (175,118,111). Sum of RGB (Red+Green+Blue) = 175+118+111=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF766F is #508990. Grayscale: #868686. Windows color (decimal): -5278097 or 7304879. OLE color: 7304879.

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

Color convert

RGB175118111-
CMYK00.330.370.31
HSL6.56º28.57%56.08%-
HSV(B)6.56º36.57%68.63%-
XYZ27.0323.2218.1-
YUV134.24114.88157.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 118 (46.48% from 255) = 29.21%
BLUE value IS 111 (43.75% from 255) = 27.48%
R=43.32%
G=29.21%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511811100.330.370.316.5628.5756.08
HexAF766F021251F71d38
Octal257166157041453773570
Binary101011111110110110111101000011001011111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF766F; }

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

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

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

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

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

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

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

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