#FFAA96

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

Shades of Rose Bud #FFAA96

Tints of Rose Bud #FFAA96

Color information

#FFAA96 (or 0xFFAA96) is unknown color: approx Rose Bud. HEX triplet: FF, AA and 96. RGB value is (255,170,150). Sum of RGB (Red+Green+Blue) = 255+170+150=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA96 is #005569. Grayscale: #C1C1C1. Windows color (decimal): -21866 or 9874175. OLE color: 9874175.

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

Color convert

RGB255170150-
CMYK00.330.410
HSL11.43º100%79.41%-
HSV(B)11.43º41.18%100%-
XYZ61.1252.2135.71-
YUV193.13103.66172.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 150 (58.98% from 255) = 26.09%
R=44.35%
G=29.57%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517015000.330.41011.4310079.41
HexFFAA96021290b644f
Octal37725222604151013144117
Binary11111111101010101001011001000011010010101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA96; }

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

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

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

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

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

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

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

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