#FFA796

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

Shades of Rose Bud #FFA796

Tints of Rose Bud #FFA796

Color information

#FFA796 (or 0xFFA796) is unknown color: approx Rose Bud. HEX triplet: FF, A7 and 96. RGB value is (255,167,150). Sum of RGB (Red+Green+Blue) = 255+167+150=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA796 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA796 is #005869. Grayscale: #BFBFBF. Windows color (decimal): -22634 or 9873407. OLE color: 9873407.

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

Color convert

RGB255167150-
CMYK00.350.410
HSL9.71º100%79.41%-
HSV(B)9.71º41.18%100%-
XYZ60.5651.135.53-
YUV191.37104.65173.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.58%
GREEN value IS 167 (65.62% from 255) = 29.20%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=44.58%
G=29.20%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516715000.350.4109.7110079.41
HexFFA796023290a644f
Octal37724722604351012144117
Binary11111111101001111001011001000111010010101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA796; }

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

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

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

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

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

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

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

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