#AF6E65

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

Shades of Coral Tree #AF6E65

Tints of Coral Tree #AF6E65

Color information

#AF6E65 (or 0xAF6E65) is unknown color: approx Coral Tree. HEX triplet: AF, 6E and 65. RGB value is (175,110,101). Sum of RGB (Red+Green+Blue) = 175+110+101=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E65 is #50919A. Grayscale: #808080. Windows color (decimal): -5280155 or 6647471. OLE color: 6647471.

HSL color Cylindrical-coordinate representation of color #AF6E65: hue angle of 7.3º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6E65 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB175110101-
CMYK00.370.420.31
HSL7.3º31.62%54.12%-
HSV(B)7.3º42.29%68.63%-
XYZ25.621.2115.06-
YUV128.41112.53161.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 110 (43.36% from 255) = 28.50%
BLUE value IS 101 (39.84% from 255) = 26.17%
R=45.34%
G=28.50%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511010100.370.420.317.331.6254.12
HexAF6E650252A1F72036
Octal257156145045523774066
Binary1010111111011101100101010010110101011111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E65; }

 p { color: rgb(175,110,101); }

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

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

 a { background-color: rgb(175,110,101); }

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

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

 span { border-color: rgb(175,110,101); }

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