#FFAA8C

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

Shades of Rose Bud #FFAA8C

Tints of Rose Bud #FFAA8C

Color information

#FFAA8C (or 0xFFAA8C) is unknown color: approx Rose Bud. HEX triplet: FF, AA and 8C. RGB value is (255,170,140). Sum of RGB (Red+Green+Blue) = 255+170+140=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA8C is #005573. Grayscale: #C0C0C0. Windows color (decimal): -21876 or 9218815. OLE color: 9218815.

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

Color convert

RGB255170140-
CMYK00.330.450
HSL15.65º100%77.45%-
HSV(B)15.65º45.1%100%-
XYZ60.3551.931.65-
YUV191.9998.66172.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 140 (55.08% from 255) = 24.78%
R=45.13%
G=30.09%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517014000.330.45015.6510077.45
HexFFAA8C0212D010644d
Octal37725221404155020144115
Binary111111111010101010001100010000110110101000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA8C; }

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

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

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

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

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

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

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

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