#FFAA7F

Color #FFAA7F Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #FFAA7F

Tints of Light Salmon #FFAA7F

Color information

#FFAA7F (or 0xFFAA7F) is unknown color: approx Light Salmon. HEX triplet: FF, AA and 7F. RGB value is (255,170,127). Sum of RGB (Red+Green+Blue) = 255+170+127=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 127 (50% from 255 or 23.01% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA7F is #005580. Grayscale: #BEBEBE. Windows color (decimal): -21889 or 8366847. OLE color: 8366847.

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

Color convert

RGB255170127-
CMYK00.330.500
HSL20.16º100%74.9%-
HSV(B)20.16º50.2%100%-
XYZ59.4551.5426.89-
YUV190.5192.16174-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.20%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 127 (50% from 255) = 23.01%
R=46.20%
G=30.80%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517012700.330.50020.1610074.9
HexFFAA7F02132014644b
Octal37725217704162024144113
Binary11111111101010101111111010000111001001010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA7F; }

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

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

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

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

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

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

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

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