#FFA8A0

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

Shades of Rose Bud #FFA8A0

Tints of Rose Bud #FFA8A0

Color information

#FFA8A0 (or 0xFFA8A0) is unknown color: approx Rose Bud. HEX triplet: FF, A8 and A0. RGB value is (255,168,160). Sum of RGB (Red+Green+Blue) = 255+168+160=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA8A0 is #00575F. Grayscale: #C1C1C1. Windows color (decimal): -22368 or 10529023. OLE color: 10529023.

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

Color convert

RGB255168160-
CMYK00.340.370
HSL5.05º100%81.37%-
HSV(B)5.05º37.25%100%-
XYZ61.5951.840.01-
YUV193.1109.32172.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.74%
GREEN value IS 168 (66.02% from 255) = 28.82%
BLUE value IS 160 (62.89% from 255) = 27.44%
R=43.74%
G=28.82%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516816000.340.3705.0510081.37
HexFFA8A002225056451
Octal3772502400424505144121
Binary1111111110101000101000000100010100101010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8A0; }

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

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

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

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

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

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

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

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