#FFA59A

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

Shades of Rose Bud #FFA59A

Tints of Rose Bud #FFA59A

Color information

#FFA59A (or 0xFFA59A) is unknown color: approx Rose Bud. HEX triplet: FF, A5 and 9A. RGB value is (255,165,154). Sum of RGB (Red+Green+Blue) = 255+165+154=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA59A is #005A65. Grayscale: #BEBEBE. Windows color (decimal): -23142 or 10135039. OLE color: 10135039.

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

Color convert

RGB255165154-
CMYK00.350.400
HSL6.53º100%80.2%-
HSV(B)6.53º39.61%100%-
XYZ60.5350.537.13-
YUV190.66107.32173.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.43%
GREEN value IS 165 (64.84% from 255) = 28.75%
BLUE value IS 154 (60.55% from 255) = 26.83%
R=44.43%
G=28.75%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516515400.350.4006.5310080.2
HexFFA59A02328076450
Octal3772452320435007144120
Binary1111111110100101100110100100011101000011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA59A; }

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

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

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

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

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

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

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

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