#AF6C60

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

Shades of Coral Tree #AF6C60

Tints of Coral Tree #AF6C60

Color information

#AF6C60 (or 0xAF6C60) is unknown color: approx Coral Tree. HEX triplet: AF, 6C and 60. RGB value is (175,108,96). Sum of RGB (Red+Green+Blue) = 175+108+96=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C60 is #50939F. Grayscale: #7E7E7E. Windows color (decimal): -5280672 or 6319279. OLE color: 6319279.

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

Color convert

RGB17510896-
CMYK00.380.450.31
HSL9.11º33.05%53.14%-
HSV(B)9.11º45.14%68.63%-
XYZ25.1520.6813.73-
YUV126.66110.7162.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 108 (42.58% from 255) = 28.50%
BLUE value IS 96 (37.89% from 255) = 25.33%
R=46.17%
G=28.50%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751089600.380.450.319.1133.0553.14
HexAF6C600262D1F92135
Octal2571541400465537114165
Binary10101111110110011000000100110101101111111001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C60; }

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

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

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

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

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

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

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

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