#ffaf76

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

Shades of Tacao #FFAF76

Tints of Tacao #FFAF76

Color information

#FFAF76 (or 0xFFAF76) is unknown color: approx Tacao. HEX triplet: FF, AF and 76. RGB value is (255,175,118). Sum of RGB (Red+Green+Blue) = 255+175+118=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF76 is #005089. Grayscale: #C0C0C0. Windows color (decimal): -20618 or 7778303. OLE color: 7778303.

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

Color convert

RGB255175118-
CMYK00.310.540
HSL24.96º100%73.14%-
HSV(B)24.96º53.73%100%-
XYZ59.8453.2324.26-
YUV192.4286172.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.53%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 118 (46.48% from 255) = 21.53%
R=46.53%
G=31.93%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517511800.310.54024.9610073.14
HexFFAF7601F360196449
Octal37725716603766031144111
Binary1111111110101111111011001111111011001100111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffaf76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffaf76; }

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

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

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

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

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

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

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

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