#FFA17A

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

Shades of Light Salmon #FFA17A

Tints of Light Salmon #FFA17A

Color information

#FFA17A (or 0xFFA17A) is unknown color: approx Light Salmon. HEX triplet: FF, A1 and 7A. RGB value is (255,161,122). Sum of RGB (Red+Green+Blue) = 255+161+122=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA17A is #005E85. Grayscale: #B8B8B8. Windows color (decimal): -24198 or 8036863. OLE color: 8036863.

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

Color convert

RGB255161122-
CMYK00.370.520
HSL17.59º100%73.92%-
HSV(B)17.59º52.16%100%-
XYZ57.548.1524.68-
YUV184.6692.64178.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.40%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 122 (48.05% from 255) = 22.68%
R=47.40%
G=29.93%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516112200.370.52017.5910073.92
HexFFA17A02534012644a
Octal37724117204564022144112
Binary11111111101000011111010010010111010001001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA17A; }

 p { color: rgb(255,161,122); }

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

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

 a { background-color: rgb(255,161,122); }

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

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

 span { border-color: rgb(255,161,122); }

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