#F1AF86

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

Shades of Tacao #F1AF86

Tints of Tacao #F1AF86

Color information

#F1AF86 (or 0xF1AF86) is unknown color: approx Tacao. HEX triplet: F1, AF and 86. RGB value is (241,175,134). Sum of RGB (Red+Green+Blue) = 241+175+134=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AF86 is #0E5079. Grayscale: #BEBEBE. Windows color (decimal): -938106 or 8826865. OLE color: 8826865.

HSL color Cylindrical-coordinate representation of color #F1AF86: hue angle of 22.99º 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 #F1AF86 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB241175134-
CMYK00.270.440.05
HSL22.99º79.26%73.53%-
HSV(B)22.99º44.4%94.51%-
XYZ55.9151.0829.47-
YUV190.0696.37164.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.82%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 134 (52.73% from 255) = 24.36%
R=43.82%
G=31.82%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117513400.270.440.0522.9979.2673.53
HexF1AF8601B2C5174f4a
Octal36125720603354527117112
Binary1111000110101111100001100110111011001011011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AF86; }

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

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

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

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

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

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

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

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