#AF6A61

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

Shades of Coral Tree #AF6A61

Tints of Coral Tree #AF6A61

Color information

#AF6A61 (or 0xAF6A61) is unknown color: approx Coral Tree. HEX triplet: AF, 6A and 61. RGB value is (175,106,97). Sum of RGB (Red+Green+Blue) = 175+106+97=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A61 is #50959E. Grayscale: #7D7D7D. Windows color (decimal): -5281183 or 6384303. OLE color: 6384303.

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

Color convert

RGB17510697-
CMYK00.390.450.31
HSL6.92º32.77%53.33%-
HSV(B)6.92º44.57%68.63%-
XYZ24.9920.2913.91-
YUV125.6111.86163.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 97 (38.28% from 255) = 25.66%
R=46.30%
G=28.04%
B=25.66%

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
Decimal1751069700.390.450.316.9232.7753.33
HexAF6A610272D1F72135
Octal257152141047553774165
Binary1010111111010101100001010011110110111111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A61; }

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

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

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

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

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

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

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

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