#AF6060

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

Shades of Coral Tree #AF6060

Tints of Coral Tree #AF6060

Color information

#AF6060 (or 0xAF6060) is unknown color: approx Coral Tree. HEX triplet: AF, 60 and 60. RGB value is (175,96,96). Sum of RGB (Red+Green+Blue) = 175+96+96=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6060 is #509F9F. Grayscale: #777777. Windows color (decimal): -5283744 or 6316207. OLE color: 6316207.

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

Color convert

RGB1759696-
CMYK00.450.450.31
HSL33.05%53.14%-
HSV(B)45.14%68.63%-
XYZ23.9718.3213.34-
YUV119.62114.67167.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.68%
GREEN value IS 96 (37.89% from 255) = 26.16%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=47.68%
G=26.16%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175969600.450.450.31033.0553.14
HexAF606002D2D1F02135
Octal257140140055553704165
Binary10101111110000011000000101101101101111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6060; }

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

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

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

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

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

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

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

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