#FFAA97

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

Shades of Rose Bud #FFAA97

Tints of Rose Bud #FFAA97

Color information

#FFAA97 (or 0xFFAA97) is unknown color: approx Rose Bud. HEX triplet: FF, AA and 97. RGB value is (255,170,151). Sum of RGB (Red+Green+Blue) = 255+170+151=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 151 (59.38% from 255 or 26.22% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA97 is #005568. Grayscale: #C1C1C1. Windows color (decimal): -21865 or 9939711. OLE color: 9939711.

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

Color convert

RGB255170151-
CMYK00.330.410
HSL10.96º100%79.61%-
HSV(B)10.96º40.78%100%-
XYZ61.252.2436.14-
YUV193.25104.16172.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.27%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 151 (59.38% from 255) = 26.22%
R=44.27%
G=29.51%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517015100.330.41010.9610079.61
HexFFAA97021290b6450
Octal37725222704151013144120
Binary11111111101010101001011101000011010010101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA97; }

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

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

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

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

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

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

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

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