#FFAA89

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

Shades of Light Salmon #FFAA89

Tints of Light Salmon #FFAA89

Color information

#FFAA89 (or 0xFFAA89) is unknown color: approx Light Salmon. HEX triplet: FF, AA and 89. RGB value is (255,170,137). Sum of RGB (Red+Green+Blue) = 255+170+137=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 137 (53.91% from 255 or 24.38% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA89 is #005576. Grayscale: #BFBFBF. Windows color (decimal): -21879 or 9022207. OLE color: 9022207.

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

Color convert

RGB255170137-
CMYK00.330.460
HSL16.78º100%76.86%-
HSV(B)16.78º46.27%100%-
XYZ60.1351.8230.5-
YUV191.6597.16173.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 137 (53.91% from 255) = 24.38%
R=45.37%
G=30.25%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517013700.330.46016.7810076.86
HexFFAA890212E011644d
Octal37725221104156021144115
Binary111111111010101010001001010000110111001000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA89; }

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

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

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

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

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

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

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

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