#FFAC80

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

Shades of Tacao #FFAC80

Tints of Tacao #FFAC80

Color information

#FFAC80 (or 0xFFAC80) is unknown color: approx Tacao. HEX triplet: FF, AC and 80. RGB value is (255,172,128). Sum of RGB (Red+Green+Blue) = 255+172+128=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAC80 is #00537F. Grayscale: #C0C0C0. Windows color (decimal): -21376 or 8432895. OLE color: 8432895.

HSL color Cylindrical-coordinate representation of color #FFAC80: hue angle of 20.79º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFAC80 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255172128-
CMYK00.330.500
HSL20.79º100%75.1%-
HSV(B)20.79º49.8%100%-
XYZ59.8952.3227.37-
YUV191.892173.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 128 (50.39% from 255) = 23.06%
R=45.95%
G=30.99%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517212800.330.50020.7910075.1
HexFFAC8002132015644b
Octal37725420004162025144113
Binary111111111010110010000000010000111001001010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAC80; }

 p { color: rgb(255,172,128); }

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

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

 a { background-color: rgb(255,172,128); }

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

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

 span { border-color: rgb(255,172,128); }

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