#FFAA6E

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

Shades of Hit Pink #FFAA6E

Tints of Hit Pink #FFAA6E

Color information

#FFAA6E (or 0xFFAA6E) is unknown color: approx Hit Pink. HEX triplet: FF, AA and 6E. RGB value is (255,170,110). Sum of RGB (Red+Green+Blue) = 255+170+110=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA6E is #005591. Grayscale: #BCBCBC. Windows color (decimal): -21906 or 7252735. OLE color: 7252735.

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

Color convert

RGB255170110-
CMYK00.330.570
HSL24.83º100%71.57%-
HSV(B)24.83º56.86%100%-
XYZ58.4351.1421.54-
YUV188.5783.66175.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.66%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 110 (43.36% from 255) = 20.56%
R=47.66%
G=31.78%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517011000.330.57024.8310071.57
HexFFAA6E021390196448
Octal37725215604171031144110
Binary11111111101010101101110010000111100101100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA6E; }

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

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

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

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

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

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

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

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