#AF6E6C

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

Shades of Coral Tree #AF6E6C

Tints of Coral Tree #AF6E6C

Color information

#AF6E6C (or 0xAF6E6C) is unknown color: approx Coral Tree. HEX triplet: AF, 6E and 6C. RGB value is (175,110,108). Sum of RGB (Red+Green+Blue) = 175+110+108=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E6C is #509193. Grayscale: #818181. Windows color (decimal): -5280148 or 7106223. OLE color: 7106223.

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

Color convert

RGB175110108-
CMYK00.370.380.31
HSL1.79º29.52%55.49%-
HSV(B)1.79º38.29%68.63%-
XYZ25.9621.3516.94-
YUV129.21116.03160.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=44.53%
G=27.99%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511010800.370.380.311.7929.5255.49
HexAF6E6C025261F21e37
Octal257156154045463723667
Binary10101111110111011011000100101100110111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E6C; }

 p { color: rgb(175,110,108); }

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

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

 a { background-color: rgb(175,110,108); }

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

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

 span { border-color: rgb(175,110,108); }

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