#FFAA88

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

Shades of Light Salmon #FFAA88

Tints of Light Salmon #FFAA88

Color information

#FFAA88 (or 0xFFAA88) is unknown color: approx Light Salmon. HEX triplet: FF, AA and 88. RGB value is (255,170,136). Sum of RGB (Red+Green+Blue) = 255+170+136=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 136 (53.52% from 255 or 24.24% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA88 is #005577. Grayscale: #BFBFBF. Windows color (decimal): -21880 or 8956671. OLE color: 8956671.

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

Color convert

RGB255170136-
CMYK00.330.470
HSL17.14º100%76.67%-
HSV(B)17.14º46.67%100%-
XYZ60.0651.7930.12-
YUV191.5496.66173.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 136 (53.52% from 255) = 24.24%
R=45.45%
G=30.30%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517013600.330.47017.1410076.67
HexFFAA880212F011644d
Octal37725221004157021144115
Binary111111111010101010001000010000110111101000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA88; }

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

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

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

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

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

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

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

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