#AF6260

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

Shades of Coral Tree #AF6260

Tints of Coral Tree #AF6260

Color information

#AF6260 (or 0xAF6260) is unknown color: approx Coral Tree. HEX triplet: AF, 62 and 60. RGB value is (175,98,96). Sum of RGB (Red+Green+Blue) = 175+98+96=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6260 is #509D9F. Grayscale: #787878. Windows color (decimal): -5283232 or 6316719. OLE color: 6316719.

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

Color convert

RGB1759896-
CMYK00.440.450.31
HSL1.52º33.05%53.14%-
HSV(B)1.52º45.14%68.63%-
XYZ24.1618.6913.4-
YUV120.8114.01166.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=47.43%
G=26.56%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175989600.440.450.311.5233.0553.14
HexAF626002C2D1F22135
Octal257142140054553724165
Binary101011111100010110000001011001011011111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6260; }

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

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

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

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

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

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

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

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