#AF6B60

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

Shades of Coral Tree #AF6B60

Tints of Coral Tree #AF6B60

Color information

#AF6B60 (or 0xAF6B60) is unknown color: approx Coral Tree. HEX triplet: AF, 6B and 60. RGB value is (175,107,96). Sum of RGB (Red+Green+Blue) = 175+107+96=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B60 is #50949F. Grayscale: #7E7E7E. Windows color (decimal): -5280928 or 6319023. OLE color: 6319023.

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

Color convert

RGB17510796-
CMYK00.390.450.31
HSL8.35º33.05%53.14%-
HSV(B)8.35º45.14%68.63%-
XYZ25.0520.4713.7-
YUV126.08111.03162.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 107 (42.19% from 255) = 28.31%
BLUE value IS 96 (37.89% from 255) = 25.40%
R=46.30%
G=28.31%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751079600.390.450.318.3533.0553.14
HexAF6B600272D1F82135
Octal2571531400475537104165
Binary10101111110101111000000100111101101111111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B60; }

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

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

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

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

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

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

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

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