#AF7060

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

Shades of Coral Tree #AF7060

Tints of Coral Tree #AF7060

Color information

#AF7060 (or 0xAF7060) is unknown color: approx Coral Tree. HEX triplet: AF, 70 and 60. RGB value is (175,112,96). Sum of RGB (Red+Green+Blue) = 175+112+96=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7060 is #508F9F. Grayscale: #818181. Windows color (decimal): -5279648 or 6320303. OLE color: 6320303.

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

Color convert

RGB17511296-
CMYK00.360.450.31
HSL12.15º33.05%53.14%-
HSV(B)12.15º45.14%68.63%-
XYZ25.5821.5513.88-
YUV129.01109.37160.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=45.69%
G=29.24%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751129600.360.450.3112.1533.0553.14
HexAF70600242D1Fc2135
Octal2571601400445537144165
Binary10101111111000011000000100100101101111111100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7060; }

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

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

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

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

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

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

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

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