#FFAA85

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

Shades of Light Salmon #FFAA85

Tints of Light Salmon #FFAA85

Color information

#FFAA85 (or 0xFFAA85) is unknown color: approx Light Salmon. HEX triplet: FF, AA and 85. RGB value is (255,170,133). Sum of RGB (Red+Green+Blue) = 255+170+133=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA85 is #00557A. Grayscale: #BFBFBF. Windows color (decimal): -21883 or 8760063. OLE color: 8760063.

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

Color convert

RGB255170133-
CMYK00.330.480
HSL18.2º100%76.08%-
HSV(B)18.2º47.84%100%-
XYZ59.8551.729.02-
YUV191.295.16173.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 133 (52.34% from 255) = 23.84%
R=45.70%
G=30.47%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517013300.330.48018.210076.08
HexFFAA8502130012644c
Octal37725220504160022144114
Binary111111111010101010000101010000111000001001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA85; }

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

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

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

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

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

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

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

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