#F1AC86

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

Shades of Tacao #F1AC86

Tints of Tacao #F1AC86

Color information

#F1AC86 (or 0xF1AC86) is unknown color: approx Tacao. HEX triplet: F1, AC and 86. RGB value is (241,172,134). Sum of RGB (Red+Green+Blue) = 241+172+134=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AC86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AC86 is #0E5379. Grayscale: #BCBCBC. Windows color (decimal): -938874 or 8826097. OLE color: 8826097.

HSL color Cylindrical-coordinate representation of color #F1AC86: hue angle of 21.31º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1AC86 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB241172134-
CMYK00.290.440.05
HSL21.31º79.26%73.53%-
HSV(B)21.31º44.4%94.51%-
XYZ55.3349.9329.27-
YUV188.397.36165.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.06%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 134 (52.73% from 255) = 24.50%
R=44.06%
G=31.44%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117213400.290.440.0521.3179.2673.53
HexF1AC8601D2C5154f4a
Octal36125420603554525117112
Binary1111000110101100100001100111011011001011010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AC86; }

 p { color: rgb(241,172,134); }

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

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

 a { background-color: rgb(241,172,134); }

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

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

 span { border-color: rgb(241,172,134); }

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