#FFA776

Color #FFA776 Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #FFA776

Tints of Hit Pink #FFA776

Color information

#FFA776 (or 0xFFA776) is unknown color: approx Hit Pink. HEX triplet: FF, A7 and 76. RGB value is (255,167,118). Sum of RGB (Red+Green+Blue) = 255+167+118=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA776 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA776 is #005889. Grayscale: #BCBCBC. Windows color (decimal): -22666 or 7776255. OLE color: 7776255.

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

Color convert

RGB255167118-
CMYK00.350.540
HSL21.46º100%73.14%-
HSV(B)21.46º53.73%100%-
XYZ58.3350.2123.76-
YUV187.7388.65175.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 167 (65.62% from 255) = 30.93%
BLUE value IS 118 (46.48% from 255) = 21.85%
R=47.22%
G=30.93%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516711800.350.54021.4610073.14
HexFFA776023360156449
Octal37724716604366025144111
Binary11111111101001111110110010001111011001010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA776; }

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

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

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

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

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

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

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

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