Html Css Color HEX #FFAA90 Rose Bud

📋 copy color: '#FFAA90'

red 255 ◦ green 170 ◦ blue 144

#FFAA90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud #FFAA90

Tints of Rose Bud #FFAA90

RGB

 RED value IS 255 (100% from 255) = 44.82%

 GREEN value IS 170 (66.8% 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 value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFAA90 (or 0xFFAA90) is known color: 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

RGB 255 170 144 -
CMYK 0 0.33 0.44 0
HSL 14.05º 1% 0.78% -
HSV(B) 14.05º 0.44% 1% -
XYZ 60.65 52.02 33.23 -
YUV 192.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 255 170 144 0 0.33 0.44 0 14.05 1 0.78
Hex FF AA 90 0 21 2C 0 E 64 4E
Octal 377 252 220 0 41 54 0 16 144 116
Binary 11111111 10101010 10010000 0 100001 101100 0 1110 1100100 1001110

Color Harmonies of #FFAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA90

Black with #FFAA90

Text Example


Text Example

White with #FFAA90

Text Example


Text Example

HTML Codes & Css Web 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>