#FFA5A0

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

Shades of Rose Bud #FFA5A0

Tints of Rose Bud #FFA5A0

Color information

#FFA5A0 (or 0xFFA5A0) is unknown color: approx Rose Bud. HEX triplet: FF, A5 and A0. RGB value is (255,165,160). Sum of RGB (Red+Green+Blue) = 255+165+160=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA5A0 is #005A5F. Grayscale: #BFBFBF. Windows color (decimal): -23136 or 10528255. OLE color: 10528255.

HSL color Cylindrical-coordinate representation of color #FFA5A0: hue angle of 3.16º 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 #FFA5A0 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB255165160-
CMYK00.350.370
HSL3.16º100%81.37%-
HSV(B)3.16º37.25%100%-
XYZ61.0450.7139.83-
YUV191.34110.32173.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.97%
GREEN value IS 165 (64.84% from 255) = 28.45%
BLUE value IS 160 (62.89% from 255) = 27.59%
R=43.97%
G=28.45%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516516000.350.3703.1610081.37
HexFFA5A002325036451
Octal3772452400434503144121
Binary111111111010010110100000010001110010101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5A0; }

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

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

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

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

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

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

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

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