#FFAA9F

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

Shades of Rose Bud #FFAA9F

Tints of Rose Bud #FFAA9F

Color information

#FFAA9F (or 0xFFAA9F) is unknown color: approx Rose Bud. HEX triplet: FF, AA and 9F. RGB value is (255,170,159). Sum of RGB (Red+Green+Blue) = 255+170+159=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA9F is #005560. Grayscale: #C2C2C2. Windows color (decimal): -21857 or 10463999. OLE color: 10463999.

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

Color convert

RGB255170159-
CMYK00.330.380
HSL6.88º100%81.18%-
HSV(B)6.88º37.65%100%-
XYZ61.8752.5139.68-
YUV194.16108.16171.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 159 (62.5% from 255) = 27.23%
R=43.66%
G=29.11%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517015900.330.3806.8810081.18
HexFFAA9F02126076451
Octal3772522370414607144121
Binary1111111110101010100111110100001100110011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA9F; }

 p { color: rgb(255,170,159); }

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

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

 a { background-color: rgb(255,170,159); }

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

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

 span { border-color: rgb(255,170,159); }

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