#FFAA82

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

Shades of Light Salmon #FFAA82

Tints of Light Salmon #FFAA82

Color information

#FFAA82 (or 0xFFAA82) is unknown color: approx Light Salmon. HEX triplet: FF, AA and 82. RGB value is (255,170,130). Sum of RGB (Red+Green+Blue) = 255+170+130=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA82 is #00557D. Grayscale: #BFBFBF. Windows color (decimal): -21886 or 8563455. OLE color: 8563455.

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

Color convert

RGB255170130-
CMYK00.330.490
HSL19.2º100%75.49%-
HSV(B)19.2º49.02%100%-
XYZ59.6451.6227.94-
YUV190.8593.66173.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 130 (51.17% from 255) = 23.42%
R=45.95%
G=30.63%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517013000.330.49019.210075.49
HexFFAA8202131013644b
Octal37725220204161023144113
Binary111111111010101010000010010000111000101001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA82; }

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

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

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

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

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

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

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

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