#FFAA78

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

Shades of Hit Pink #FFAA78

Tints of Hit Pink #FFAA78

Color information

#FFAA78 (or 0xFFAA78) is unknown color: approx Hit Pink. HEX triplet: FF, AA and 78. RGB value is (255,170,120). Sum of RGB (Red+Green+Blue) = 255+170+120=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA78 is #005587. Grayscale: #BEBEBE. Windows color (decimal): -21896 or 7908095. OLE color: 7908095.

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

Color convert

RGB255170120-
CMYK00.330.530
HSL22.22º100%73.53%-
HSV(B)22.22º52.94%100%-
XYZ5951.3724.57-
YUV189.7188.66174.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 120 (47.27% from 255) = 22.02%
R=46.79%
G=31.19%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517012000.330.53022.2210073.53
HexFFAA7802135016644a
Octal37725217004165026144112
Binary11111111101010101111000010000111010101011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA78; }

 p { color: rgb(255,170,120); }

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

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

 a { background-color: rgb(255,170,120); }

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

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

 span { border-color: rgb(255,170,120); }

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