#FFA9A2

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

Shades of Rose Bud #FFA9A2

Tints of Rose Bud #FFA9A2

Color information

#FFA9A2 (or 0xFFA9A2) is unknown color: approx Rose Bud. HEX triplet: FF, A9 and A2. RGB value is (255,169,162). Sum of RGB (Red+Green+Blue) = 255+169+162=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA9A2 is #00565D. Grayscale: #C2C2C2. Windows color (decimal): -22110 or 10660351. OLE color: 10660351.

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

Color convert

RGB255169162-
CMYK00.340.360
HSL4.52º100%81.76%-
HSV(B)4.52º36.47%100%-
XYZ61.9552.2441-
YUV193.92109.99171.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 169 (66.41% from 255) = 28.84%
BLUE value IS 162 (63.67% from 255) = 27.65%
R=43.52%
G=28.84%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516916200.340.3604.5210081.76
HexFFA9A202224056452
Octal3772512420424405144122
Binary1111111110101001101000100100010100100010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9A2; }

 p { color: rgb(255,169,162); }

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

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

 a { background-color: rgb(255,169,162); }

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

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

 span { border-color: rgb(255,169,162); }

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