#ffaa6a

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

Shades of Hit Pink #FFAA6A

Tints of Hit Pink #FFAA6A

Color information

#FFAA6A (or 0xFFAA6A) is unknown color: approx Hit Pink. HEX triplet: FF, AA and 6A. RGB value is (255,170,106). Sum of RGB (Red+Green+Blue) = 255+170+106=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA6A is #005595. Grayscale: #BCBCBC. Windows color (decimal): -21910 or 6990591. OLE color: 6990591.

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

Color convert

RGB255170106-
CMYK00.330.580
HSL25.77º100%70.78%-
HSV(B)25.77º58.43%100%-
XYZ58.2251.0520.42-
YUV188.1281.66175.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 106 (41.80% from 255) = 19.96%
R=48.02%
G=32.02%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517010600.330.58025.7710070.78
HexFFAA6A0213A01a6447
Octal37725215204172032144107
Binary11111111101010101101010010000111101001101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffaa6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffaa6a; }

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

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

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

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

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

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

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

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