#FFAE85

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

Shades of Tacao #FFAE85

Tints of Tacao #FFAE85

Color information

#FFAE85 (or 0xFFAE85) is unknown color: approx Tacao. HEX triplet: FF, AE and 85. RGB value is (255,174,133). Sum of RGB (Red+Green+Blue) = 255+174+133=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE85 is #00517A. Grayscale: #C1C1C1. Windows color (decimal): -20859 or 8761087. OLE color: 8761087.

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

Color convert

RGB255174133-
CMYK00.320.480
HSL20.16º100%76.08%-
HSV(B)20.16º47.84%100%-
XYZ60.6153.2329.27-
YUV193.5493.84171.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=45.37%
G=30.96%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517413300.320.48020.1610076.08
HexFFAE8502030014644c
Octal37725620504060024144114
Binary111111111010111010000101010000011000001010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE85; }

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

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

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

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

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

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

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

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