#FFAE76

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

Shades of Tacao #FFAE76

Tints of Tacao #FFAE76

Color information

#FFAE76 (or 0xFFAE76) is unknown color: approx Tacao. HEX triplet: FF, AE and 76. RGB value is (255,174,118). Sum of RGB (Red+Green+Blue) = 255+174+118=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE76 is #005189. Grayscale: #C0C0C0. Windows color (decimal): -20874 or 7778047. OLE color: 7778047.

HSL color Cylindrical-coordinate representation of color #FFAE76: hue angle of 24.53º 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 #FFAE76 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB255174118-
CMYK00.320.540
HSL24.53º100%73.14%-
HSV(B)24.53º53.73%100%-
XYZ59.6552.8424.2-
YUV191.8386.34173.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.62%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 118 (46.48% from 255) = 21.57%
R=46.62%
G=31.81%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517411800.320.54024.5310073.14
HexFFAE76020360196449
Octal37725616604066031144111
Binary11111111101011101110110010000011011001100111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE76; }

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

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

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

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

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

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

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

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