#AF7166

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

Shades of Coral Tree #AF7166

Tints of Coral Tree #AF7166

Color information

#AF7166 (or 0xAF7166) is unknown color: approx Coral Tree. HEX triplet: AF, 71 and 66. RGB value is (175,113,102). Sum of RGB (Red+Green+Blue) = 175+113+102=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7166 is #508E99. Grayscale: #828282. Windows color (decimal): -5279386 or 6713775. OLE color: 6713775.

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

Color convert

RGB175113102-
CMYK00.350.420.31
HSL9.04º31.33%54.31%-
HSV(B)9.04º41.71%68.63%-
XYZ25.9821.8815.42-
YUV130.28112.04159.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=44.87%
G=28.97%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511310200.350.420.319.0431.3354.31
HexAF71660232A1F91f36
Octal2571611460435237113766
Binary1010111111100011100110010001110101011111100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7166; }

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

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

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

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

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

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

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

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