#FFAC84

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

Shades of Light Salmon #FFAC84

Tints of Light Salmon #FFAC84

Color information

#FFAC84 (or 0xFFAC84) is unknown color: approx Light Salmon. HEX triplet: FF, AC and 84. RGB value is (255,172,132). Sum of RGB (Red+Green+Blue) = 255+172+132=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAC84 is #00537B. Grayscale: #C0C0C0. Windows color (decimal): -21372 or 8695039. OLE color: 8695039.

HSL color Cylindrical-coordinate representation of color #FFAC84: hue angle of 19.51º 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 #FFAC84 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB255172132-
CMYK00.330.480
HSL19.51º100%75.88%-
HSV(B)19.51º48.24%100%-
XYZ60.1652.4328.78-
YUV192.2694172.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 132 (51.95% from 255) = 23.61%
R=45.62%
G=30.77%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517213200.330.48019.5110075.88
HexFFAC8402130014644c
Octal37725420404160024144114
Binary111111111010110010000100010000111000001010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAC84; }

 p { color: rgb(255,172,132); }

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

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

 a { background-color: rgb(255,172,132); }

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

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

 span { border-color: rgb(255,172,132); }

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