#FFAA74

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

Shades of Hit Pink #FFAA74

Tints of Hit Pink #FFAA74

Color information

#FFAA74 (or 0xFFAA74) is unknown color: approx Hit Pink. HEX triplet: FF, AA and 74. RGB value is (255,170,116). Sum of RGB (Red+Green+Blue) = 255+170+116=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA74 is #00558B. Grayscale: #BDBDBD. Windows color (decimal): -21900 or 7645951. OLE color: 7645951.

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

Color convert

RGB255170116-
CMYK00.330.550
HSL23.31º100%72.75%-
HSV(B)23.31º54.51%100%-
XYZ58.7751.2723.32-
YUV189.2686.66174.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.13%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 116 (45.70% from 255) = 21.44%
R=47.13%
G=31.42%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517011600.330.55023.3110072.75
HexFFAA74021370176449
Octal37725216404167027144111
Binary11111111101010101110100010000111011101011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA74; }

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

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

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

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

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

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

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

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