#FFAF88

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

Shades of Tacao #FFAF88

Tints of Tacao #FFAF88

Color information

#FFAF88 (or 0xFFAF88) is unknown color: approx Tacao. HEX triplet: FF, AF and 88. RGB value is (255,175,136). Sum of RGB (Red+Green+Blue) = 255+175+136=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF88 is #005077. Grayscale: #C2C2C2. Windows color (decimal): -20600 or 8957951. OLE color: 8957951.

HSL color Cylindrical-coordinate representation of color #FFAF88: hue angle of 19.66º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFAF88 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB255175136-
CMYK00.310.470
HSL19.66º100%76.67%-
HSV(B)19.66º46.67%100%-
XYZ61.0153.730.44-
YUV194.4795171.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.05%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 136 (53.52% from 255) = 24.03%
R=45.05%
G=30.92%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517513600.310.47019.6610076.67
HexFFAF8801F2F014644d
Octal37725721003757024144115
Binary11111111101011111000100001111110111101010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF88; }

 p { color: rgb(255,175,136); }

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

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

 a { background-color: rgb(255,175,136); }

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

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

 span { border-color: rgb(255,175,136); }

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