#FFA6A0

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

Shades of Rose Bud #FFA6A0

Tints of Rose Bud #FFA6A0

Color information

#FFA6A0 (or 0xFFA6A0) is unknown color: approx Rose Bud. HEX triplet: FF, A6 and A0. RGB value is (255,166,160). Sum of RGB (Red+Green+Blue) = 255+166+160=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6A0 is #00595F. Grayscale: #C0C0C0. Windows color (decimal): -22880 or 10528511. OLE color: 10528511.

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

Color convert

RGB255166160-
CMYK00.350.370
HSL3.79º100%81.37%-
HSV(B)3.79º37.25%100%-
XYZ61.2251.0739.89-
YUV191.93109.99172.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 166 (65.23% from 255) = 28.57%
BLUE value IS 160 (62.89% from 255) = 27.54%
R=43.89%
G=28.57%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516616000.350.3703.7910081.37
HexFFA6A002325046451
Octal3772462400434504144121
Binary1111111110100110101000000100011100101010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6A0; }

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

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

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

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

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

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

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

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