#AF6660

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

Shades of Coral Tree #AF6660

Tints of Coral Tree #AF6660

Color information

#AF6660 (or 0xAF6660) is unknown color: approx Coral Tree. HEX triplet: AF, 66 and 60. RGB value is (175,102,96). Sum of RGB (Red+Green+Blue) = 175+102+96=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6660 is #50999F. Grayscale: #7B7B7B. Windows color (decimal): -5282208 or 6317743. OLE color: 6317743.

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

Color convert

RGB17510296-
CMYK00.420.450.31
HSL4.56º33.05%53.14%-
HSV(B)4.56º45.14%68.63%-
XYZ24.5419.4613.53-
YUV123.14112.68164.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=46.92%
G=27.35%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751029600.420.450.314.5633.0553.14
HexAF666002A2D1F52135
Octal257146140052553754165
Binary1010111111001101100000010101010110111111101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6660; }

 p { color: rgb(175,102,96); }

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

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

 a { background-color: rgb(175,102,96); }

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

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

 span { border-color: rgb(175,102,96); }

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