#FFAA91

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

Shades of Rose Bud #FFAA91

Tints of Rose Bud #FFAA91

Color information

#FFAA91 (or 0xFFAA91) is unknown color: approx Rose Bud. HEX triplet: FF, AA and 91. RGB value is (255,170,145). Sum of RGB (Red+Green+Blue) = 255+170+145=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 145 (57.03% from 255 or 25.44% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA91 is #00556E. Grayscale: #C0C0C0. Windows color (decimal): -21871 or 9546495. OLE color: 9546495.

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

Color convert

RGB255170145-
CMYK00.330.430
HSL13.64º100%78.43%-
HSV(B)13.64º43.14%100%-
XYZ60.7352.0533.63-
YUV192.56101.16172.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 145 (57.03% from 255) = 25.44%
R=44.74%
G=29.82%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517014500.330.43013.6410078.43
HexFFAA910212B0e644e
Octal37725222104153016144116
Binary11111111101010101001000101000011010110111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA91; }

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

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

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

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

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

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

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

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