#AF6F60

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

Shades of Coral Tree #AF6F60

Tints of Coral Tree #AF6F60

Color information

#AF6F60 (or 0xAF6F60) is unknown color: approx Coral Tree. HEX triplet: AF, 6F and 60. RGB value is (175,111,96). Sum of RGB (Red+Green+Blue) = 175+111+96=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F60 is #50909F. Grayscale: #808080. Windows color (decimal): -5279904 or 6320047. OLE color: 6320047.

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

Color convert

RGB17511196-
CMYK00.370.450.31
HSL11.39º33.05%53.14%-
HSV(B)11.39º45.14%68.63%-
XYZ25.4721.3313.84-
YUV128.43109.7161.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 96 (37.89% from 255) = 25.13%
R=45.81%
G=29.06%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751119600.370.450.3111.3933.0553.14
HexAF6F600252D1Fb2135
Octal2571571400455537134165
Binary10101111110111111000000100101101101111111011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F60; }

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

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

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

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

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

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

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

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