#FFA1A0

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

Shades of Rose Bud #FFA1A0

Tints of Rose Bud #FFA1A0

Color information

#FFA1A0 (or 0xFFA1A0) is unknown color: approx Rose Bud. HEX triplet: FF, A1 and A0. RGB value is (255,161,160). Sum of RGB (Red+Green+Blue) = 255+161+160=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA1A0 is #005E5F. Grayscale: #BDBDBD. Windows color (decimal): -24160 or 10527231. OLE color: 10527231.

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

Color convert

RGB255161160-
CMYK00.370.370
HSL0.63º100%81.37%-
HSV(B)0.63º37.25%100%-
XYZ60.3349.2939.59-
YUV188.99111.64175.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.27%
GREEN value IS 161 (63.28% from 255) = 27.95%
BLUE value IS 160 (62.89% from 255) = 27.78%
R=44.27%
G=27.95%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516116000.370.3700.6310081.37
HexFFA1A002525016451
Octal3772412400454501144121
Binary11111111101000011010000001001011001010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1A0; }

 p { color: rgb(255,161,160); }

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

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

 a { background-color: rgb(255,161,160); }

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

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

 span { border-color: rgb(255,161,160); }

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