#AF6160

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

Shades of Coral Tree #AF6160

Tints of Coral Tree #AF6160

Color information

#AF6160 (or 0xAF6160) is unknown color: approx Coral Tree. HEX triplet: AF, 61 and 60. RGB value is (175,97,96). Sum of RGB (Red+Green+Blue) = 175+97+96=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6160 is #509E9F. Grayscale: #787878. Windows color (decimal): -5283488 or 6316463. OLE color: 6316463.

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

Color convert

RGB1759796-
CMYK00.450.450.31
HSL0.76º33.05%53.14%-
HSV(B)0.76º45.14%68.63%-
XYZ24.0718.5113.37-
YUV120.21114.34167.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 97 (38.28% from 255) = 26.36%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=47.55%
G=26.36%
B=26.09%

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
Decimal175979600.450.450.310.7633.0553.14
HexAF616002D2D1F12135
Octal257141140055553714165
Binary10101111110000111000000101101101101111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6160; }

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

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

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

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

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

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

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

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