#AF6E66

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

Shades of Coral Tree #AF6E66

Tints of Coral Tree #AF6E66

Color information

#AF6E66 (or 0xAF6E66) is unknown color: approx Coral Tree. HEX triplet: AF, 6E and 66. RGB value is (175,110,102). Sum of RGB (Red+Green+Blue) = 175+110+102=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E66 is #509199. Grayscale: #808080. Windows color (decimal): -5280154 or 6713007. OLE color: 6713007.

HSL color Cylindrical-coordinate representation of color #AF6E66: hue angle of 6.58º degrees, saturation: 0.31, 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 #AF6E66 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB175110102-
CMYK00.370.420.31
HSL6.58º31.33%54.31%-
HSV(B)6.58º41.71%68.63%-
XYZ25.6521.2315.32-
YUV128.52113.03161.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=45.22%
G=28.42%
B=26.36%

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
Decimal17511010200.370.420.316.5831.3354.31
HexAF6E660252A1F71f36
Octal257156146045523773766
Binary101011111101110110011001001011010101111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E66; }

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

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

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

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

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

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

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

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