#FFAA90

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

Shades of Rose Bud #FFAA90

Tints of Rose Bud #FFAA90

Color information

#FFAA90 (or 0xFFAA90) is unknown color: approx Rose Bud. HEX triplet: FF, AA and 90. RGB value is (255,170,144). Sum of RGB (Red+Green+Blue) = 255+170+144=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA90 is #00556F. Grayscale: #C0C0C0. Windows color (decimal): -21872 or 9480959. OLE color: 9480959.

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

Color convert

RGB255170144-
CMYK00.330.440
HSL14.05º100%78.24%-
HSV(B)14.05º43.53%100%-
XYZ60.6552.0233.23-
YUV192.45100.66172.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 144 (56.64% from 255) = 25.31%
R=44.82%
G=29.88%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517014400.330.44014.0510078.24
HexFFAA900212C0e644e
Octal37725222004154016144116
Binary11111111101010101001000001000011011000111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA90; }

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

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

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

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

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

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

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

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