#FFA178

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

Shades of Light Salmon #FFA178

Tints of Light Salmon #FFA178

Color information

#FFA178 (or 0xFFA178) is unknown color: approx Light Salmon. HEX triplet: FF, A1 and 78. RGB value is (255,161,120). Sum of RGB (Red+Green+Blue) = 255+161+120=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA178 is #005E87. Grayscale: #B8B8B8. Windows color (decimal): -24200 or 7905791. OLE color: 7905791.

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

Color convert

RGB255161120-
CMYK00.370.530
HSL18.22º100%73.53%-
HSV(B)18.22º52.94%100%-
XYZ57.3848.1124.03-
YUV184.4391.64178.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 120 (47.27% from 255) = 22.39%
R=47.57%
G=30.04%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516112000.370.53018.2210073.53
HexFFA17802535012644a
Octal37724117004565022144112
Binary11111111101000011111000010010111010101001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA178; }

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

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

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

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

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

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

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

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