#FFA795

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

Shades of Rose Bud #FFA795

Tints of Rose Bud #FFA795

Color information

#FFA795 (or 0xFFA795) is unknown color: approx Rose Bud. HEX triplet: FF, A7 and 95. RGB value is (255,167,149). Sum of RGB (Red+Green+Blue) = 255+167+149=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA795 is #00586A. Grayscale: #BFBFBF. Windows color (decimal): -22635 or 9807871. OLE color: 9807871.

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

Color convert

RGB255167149-
CMYK00.350.420
HSL10.19º100%79.22%-
HSV(B)10.19º41.57%100%-
XYZ60.4851.0735.1-
YUV191.26104.15173.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 167 (65.62% from 255) = 29.25%
BLUE value IS 149 (58.59% from 255) = 26.09%
R=44.66%
G=29.25%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516714900.350.42010.1910079.22
HexFFA7950232A0a644f
Octal37724722504352012144117
Binary11111111101001111001010101000111010100101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA795; }

 p { color: rgb(255,167,149); }

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

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

 a { background-color: rgb(255,167,149); }

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

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

 span { border-color: rgb(255,167,149); }

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